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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=104",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 105,
    "results": [
        {
            "start": 931402222,
            "stop": 931402244
        },
        {
            "start": 931402246,
            "stop": 931402301
        },
        {
            "start": 931402302,
            "stop": 931402372
        },
        {
            "start": 931402377,
            "stop": 931402417
        },
        {
            "start": 931402419,
            "stop": 931402422
        },
        {
            "start": 931402423,
            "stop": 931402424
        },
        {
            "start": 931402425,
            "stop": 931402435
        },
        {
            "start": 931402437,
            "stop": 931402457
        },
        {
            "start": 931402459,
            "stop": 931402490
        },
        {
            "start": 931402491,
            "stop": 931402495
        },
        {
            "start": 931402497,
            "stop": 931402524
        },
        {
            "start": 931402525,
            "stop": 931402569
        },
        {
            "start": 931402570,
            "stop": 931402584
        },
        {
            "start": 931402586,
            "stop": 931402594
        },
        {
            "start": 931402596,
            "stop": 931402597
        },
        {
            "start": 931402598,
            "stop": 931402617
        },
        {
            "start": 931402619,
            "stop": 931402647
        },
        {
            "start": 931402649,
            "stop": 931402691
        },
        {
            "start": 931402693,
            "stop": 931402710
        },
        {
            "start": 931402712,
            "stop": 931402722
        }
    ]
}