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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=40",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 41,
    "results": [
        {
            "start": 931346544,
            "stop": 931346556
        },
        {
            "start": 931346559,
            "stop": 931346572
        },
        {
            "start": 931346574,
            "stop": 931346586
        },
        {
            "start": 931346589,
            "stop": 931346602
        },
        {
            "start": 931346604,
            "stop": 931346617
        },
        {
            "start": 931346619,
            "stop": 931346622
        },
        {
            "start": 931346624,
            "stop": 931346631
        },
        {
            "start": 931346634,
            "stop": 931346686
        },
        {
            "start": 931346704,
            "stop": 931346712
        },
        {
            "start": 931346714,
            "stop": 931346724
        },
        {
            "start": 931346729,
            "stop": 931346745
        },
        {
            "start": 931346762,
            "stop": 931346786
        },
        {
            "start": 931346789,
            "stop": 931346804
        },
        {
            "start": 931346828,
            "stop": 931346908
        },
        {
            "start": 931346926,
            "stop": 931347025
        },
        {
            "start": 931347043,
            "stop": 931347075
        },
        {
            "start": 931347093,
            "stop": 931347110
        },
        {
            "start": 931347128,
            "stop": 931347138
        },
        {
            "start": 931347156,
            "stop": 931347201
        },
        {
            "start": 931347204,
            "stop": 931347305
        }
    ]
}