Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=571
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=572",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=570",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 571,
    "results": [
        {
            "start": 873645176,
            "stop": 873645283
        },
        {
            "start": 873647554,
            "stop": 873647677
        },
        {
            "start": 873647683,
            "stop": 873648455
        },
        {
            "start": 873650307,
            "stop": 873650459
        },
        {
            "start": 873650468,
            "stop": 873651180
        },
        {
            "start": 873651240,
            "stop": 873651420
        },
        {
            "start": 873651532,
            "stop": 873651617
        },
        {
            "start": 873651917,
            "stop": 873652155
        },
        {
            "start": 873652265,
            "stop": 873652562
        },
        {
            "start": 873652565,
            "stop": 873652567
        },
        {
            "start": 873652575,
            "stop": 873652765
        },
        {
            "start": 873653526,
            "stop": 873653657
        },
        {
            "start": 873653957,
            "stop": 873655920
        },
        {
            "start": 873655980,
            "stop": 873657118
        },
        {
            "start": 873657228,
            "stop": 873657299
        },
        {
            "start": 873657599,
            "stop": 873657768
        },
        {
            "start": 873658068,
            "stop": 873658105
        },
        {
            "start": 873658215,
            "stop": 873658280
        },
        {
            "start": 873658580,
            "stop": 873658616
        },
        {
            "start": 873658916,
            "stop": 873659067
        }
    ]
}