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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=252",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 253,
    "results": [
        {
            "start": 934718616,
            "stop": 934718630
        },
        {
            "start": 934718634,
            "stop": 934722134
        },
        {
            "start": 934722136,
            "stop": 934722154
        },
        {
            "start": 934722156,
            "stop": 934722157
        },
        {
            "start": 934722159,
            "stop": 934722166
        },
        {
            "start": 934722168,
            "stop": 934722182
        },
        {
            "start": 934722185,
            "stop": 934722210
        },
        {
            "start": 934722212,
            "stop": 934722215
        },
        {
            "start": 934722218,
            "stop": 934722231
        },
        {
            "start": 934722236,
            "stop": 934722496
        },
        {
            "start": 934722512,
            "stop": 934724000
        },
        {
            "start": 934724006,
            "stop": 934724343
        },
        {
            "start": 934724349,
            "stop": 934724587
        },
        {
            "start": 934729106,
            "stop": 934729334
        },
        {
            "start": 934729336,
            "stop": 934729375
        },
        {
            "start": 934729377,
            "stop": 934729382
        },
        {
            "start": 934729384,
            "stop": 934729408
        },
        {
            "start": 934729410,
            "stop": 934729413
        },
        {
            "start": 934729416,
            "stop": 934729430
        },
        {
            "start": 934729433,
            "stop": 934729918
        }
    ]
}