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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=535",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=533",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 534,
    "results": [
        {
            "start": 829181315,
            "stop": 829187860
        },
        {
            "start": 829191155,
            "stop": 829191409
        },
        {
            "start": 829193317,
            "stop": 829196505
        },
        {
            "start": 829196510,
            "stop": 829198407
        },
        {
            "start": 829200240,
            "stop": 829204552
        },
        {
            "start": 829206685,
            "stop": 829214460
        },
        {
            "start": 829215269,
            "stop": 829224017
        },
        {
            "start": 829226019,
            "stop": 829228085
        },
        {
            "start": 829233323,
            "stop": 829234449
        },
        {
            "start": 829234816,
            "stop": 829248324
        },
        {
            "start": 829250842,
            "stop": 829259522
        },
        {
            "start": 829260459,
            "stop": 829263372
        },
        {
            "start": 829278750,
            "stop": 829288388
        },
        {
            "start": 829288566,
            "stop": 829331027
        },
        {
            "start": 829332203,
            "stop": 829333758
        },
        {
            "start": 829334416,
            "stop": 829335974
        },
        {
            "start": 829336991,
            "stop": 829340666
        },
        {
            "start": 829340787,
            "stop": 829349142
        },
        {
            "start": 829352466,
            "stop": 829363330
        },
        {
            "start": 829364452,
            "stop": 829380208
        }
    ]
}