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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5099",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5100,
    "results": [
        {
            "start": 874679339,
            "stop": 874679390
        },
        {
            "start": 874679409,
            "stop": 874679418
        },
        {
            "start": 874679438,
            "stop": 874679459
        },
        {
            "start": 874679478,
            "stop": 874679505
        },
        {
            "start": 874679543,
            "stop": 874679572
        },
        {
            "start": 874679602,
            "stop": 874679606
        },
        {
            "start": 874679625,
            "stop": 874679650
        },
        {
            "start": 874679670,
            "stop": 874679694
        },
        {
            "start": 874679714,
            "stop": 874679725
        },
        {
            "start": 874679744,
            "stop": 874679763
        },
        {
            "start": 874679782,
            "stop": 874679784
        },
        {
            "start": 874679803,
            "stop": 874679832
        },
        {
            "start": 874679870,
            "stop": 874679889
        },
        {
            "start": 874679914,
            "stop": 874679961
        },
        {
            "start": 874679980,
            "stop": 874680004
        },
        {
            "start": 874680023,
            "stop": 874680043
        },
        {
            "start": 874680063,
            "stop": 874680240
        },
        {
            "start": 874680292,
            "stop": 874680294
        },
        {
            "start": 874680323,
            "stop": 874680364
        },
        {
            "start": 874680415,
            "stop": 874680422
        }
    ]
}