Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=238
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=237",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 238,
    "results": [
        {
            "start": 1240157257,
            "stop": 1240157371
        },
        {
            "start": 1240157372,
            "stop": 1240157727
        },
        {
            "start": 1240157729,
            "stop": 1240157973
        },
        {
            "start": 1240157975,
            "stop": 1240158055
        },
        {
            "start": 1240158058,
            "stop": 1240158248
        },
        {
            "start": 1240158249,
            "stop": 1240158340
        },
        {
            "start": 1240158341,
            "stop": 1240158565
        },
        {
            "start": 1240158566,
            "stop": 1240158568
        },
        {
            "start": 1240158570,
            "stop": 1240158575
        },
        {
            "start": 1240158577,
            "stop": 1240158652
        },
        {
            "start": 1240158654,
            "stop": 1240158655
        },
        {
            "start": 1240158656,
            "stop": 1240158782
        },
        {
            "start": 1240158783,
            "stop": 1240158797
        },
        {
            "start": 1240158802,
            "stop": 1240158887
        },
        {
            "start": 1240158888,
            "stop": 1240158967
        },
        {
            "start": 1240158969,
            "stop": 1240159374
        },
        {
            "start": 1240159375,
            "stop": 1240159412
        },
        {
            "start": 1240159413,
            "stop": 1240159418
        },
        {
            "start": 1240159419,
            "stop": 1240159583
        },
        {
            "start": 1240159584,
            "stop": 1240159767
        }
    ]
}