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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=288",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 289,
    "results": [
        {
            "start": 938353157,
            "stop": 938363860
        },
        {
            "start": 938365976,
            "stop": 938373285
        },
        {
            "start": 938416945,
            "stop": 938421758
        },
        {
            "start": 938425329,
            "stop": 938426666
        },
        {
            "start": 938430855,
            "stop": 938432685
        },
        {
            "start": 938432710,
            "stop": 938439722
        },
        {
            "start": 938439733,
            "stop": 938439744
        },
        {
            "start": 938439749,
            "stop": 938439751
        },
        {
            "start": 938439765,
            "stop": 938439780
        },
        {
            "start": 938439786,
            "stop": 938439793
        },
        {
            "start": 938439803,
            "stop": 938439805
        },
        {
            "start": 938443267,
            "stop": 938448349
        },
        {
            "start": 938451380,
            "stop": 938452223
        },
        {
            "start": 938501272,
            "stop": 938503864
        },
        {
            "start": 938533176,
            "stop": 938534426
        },
        {
            "start": 938537469,
            "stop": 938541710
        },
        {
            "start": 938597964,
            "stop": 938610736
        },
        {
            "start": 938620069,
            "stop": 938623923
        },
        {
            "start": 938629763,
            "stop": 938632362
        },
        {
            "start": 938634128,
            "stop": 938634303
        }
    ]
}