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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=471",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 472,
    "results": [
        {
            "start": 875042981,
            "stop": 875043926
        },
        {
            "start": 875043945,
            "stop": 875056064
        },
        {
            "start": 875058161,
            "stop": 875059290
        },
        {
            "start": 875059410,
            "stop": 875062554
        },
        {
            "start": 875062573,
            "stop": 875062948
        },
        {
            "start": 875062965,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875103197
        },
        {
            "start": 875103287,
            "stop": 875104047
        },
        {
            "start": 875105295,
            "stop": 875119442
        },
        {
            "start": 875119461,
            "stop": 875121240
        },
        {
            "start": 875121304,
            "stop": 875135652
        },
        {
            "start": 875135669,
            "stop": 875142300
        },
        {
            "start": 875142360,
            "stop": 875154089
        },
        {
            "start": 875162483,
            "stop": 875166300
        },
        {
            "start": 875166360,
            "stop": 875167170
        },
        {
            "start": 875175392,
            "stop": 875181060
        },
        {
            "start": 875181120,
            "stop": 875182180
        },
        {
            "start": 875182299,
            "stop": 875184821
        },
        {
            "start": 875186512,
            "stop": 875232014
        }
    ]
}