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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=84",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 85,
    "results": [
        {
            "start": 931270636,
            "stop": 931270673
        },
        {
            "start": 931270674,
            "stop": 931270680
        },
        {
            "start": 931270682,
            "stop": 931270799
        },
        {
            "start": 931270800,
            "stop": 931270802
        },
        {
            "start": 931270804,
            "stop": 931270816
        },
        {
            "start": 931270817,
            "stop": 931270875
        },
        {
            "start": 931270876,
            "stop": 931270953
        },
        {
            "start": 931270958,
            "stop": 931271011
        },
        {
            "start": 931271012,
            "stop": 931271050
        },
        {
            "start": 931271051,
            "stop": 931271077
        },
        {
            "start": 931271079,
            "stop": 931271144
        },
        {
            "start": 931271145,
            "stop": 931271215
        },
        {
            "start": 931271219,
            "stop": 931271234
        },
        {
            "start": 931271236,
            "stop": 931271252
        },
        {
            "start": 931271255,
            "stop": 931271268
        },
        {
            "start": 931271269,
            "stop": 931271305
        },
        {
            "start": 931271307,
            "stop": 931271308
        },
        {
            "start": 931271310,
            "stop": 931271353
        },
        {
            "start": 931271354,
            "stop": 931271356
        },
        {
            "start": 931271357,
            "stop": 931271456
        }
    ]
}