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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=138",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 139,
    "results": [
        {
            "start": 931464682,
            "stop": 931464685
        },
        {
            "start": 931464687,
            "stop": 931464697
        },
        {
            "start": 931464699,
            "stop": 931464765
        },
        {
            "start": 931464767,
            "stop": 931464822
        },
        {
            "start": 931464824,
            "stop": 931464839
        },
        {
            "start": 931464841,
            "stop": 931464864
        },
        {
            "start": 931464866,
            "stop": 931464898
        },
        {
            "start": 931464900,
            "stop": 931464944
        },
        {
            "start": 931464945,
            "stop": 931465093
        },
        {
            "start": 931465096,
            "stop": 931465101
        },
        {
            "start": 931465102,
            "stop": 931465149
        },
        {
            "start": 931465150,
            "stop": 931465199
        },
        {
            "start": 931465201,
            "stop": 931465256
        },
        {
            "start": 931465257,
            "stop": 931465263
        },
        {
            "start": 931465265,
            "stop": 931465266
        },
        {
            "start": 931465267,
            "stop": 931465268
        },
        {
            "start": 931465271,
            "stop": 931465274
        },
        {
            "start": 931465276,
            "stop": 931465279
        },
        {
            "start": 931465280,
            "stop": 931465282
        },
        {
            "start": 931465291,
            "stop": 931465294
        }
    ]
}