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/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33077
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33078",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33076",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33077,
    "results": [
        {
            "start": 970471350,
            "stop": 970471351
        },
        {
            "start": 970471357,
            "stop": 970471359
        },
        {
            "start": 970471367,
            "stop": 970471368
        },
        {
            "start": 970471379,
            "stop": 970471380
        },
        {
            "start": 970471416,
            "stop": 970471417
        },
        {
            "start": 970471422,
            "stop": 970471423
        },
        {
            "start": 970471437,
            "stop": 970471438
        },
        {
            "start": 970471503,
            "stop": 970471505
        },
        {
            "start": 970471570,
            "stop": 970471571
        },
        {
            "start": 970471592,
            "stop": 970471593
        },
        {
            "start": 970471690,
            "stop": 970471691
        },
        {
            "start": 970471730,
            "stop": 970471732
        },
        {
            "start": 970471742,
            "stop": 970471743
        },
        {
            "start": 970471751,
            "stop": 970471752
        },
        {
            "start": 970471760,
            "stop": 970471761
        },
        {
            "start": 970471793,
            "stop": 970471794
        },
        {
            "start": 970471849,
            "stop": 970471850
        },
        {
            "start": 970471919,
            "stop": 970471920
        },
        {
            "start": 970471943,
            "stop": 970471944
        },
        {
            "start": 970471958,
            "stop": 970471959
        }
    ]
}