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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=256",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 257,
    "results": [
        {
            "start": 852579671,
            "stop": 852579746
        },
        {
            "start": 852579751,
            "stop": 852579757
        },
        {
            "start": 852579761,
            "stop": 852579815
        },
        {
            "start": 852579819,
            "stop": 852579844
        },
        {
            "start": 852579848,
            "stop": 852580024
        },
        {
            "start": 852580029,
            "stop": 852580035
        },
        {
            "start": 852580038,
            "stop": 852580350
        },
        {
            "start": 852580353,
            "stop": 852580423
        },
        {
            "start": 852580427,
            "stop": 852580446
        },
        {
            "start": 852583457,
            "stop": 852583813
        },
        {
            "start": 852585782,
            "stop": 852585863
        },
        {
            "start": 852585866,
            "stop": 852585978
        },
        {
            "start": 852585982,
            "stop": 852587291
        },
        {
            "start": 852587294,
            "stop": 852595273
        },
        {
            "start": 852599226,
            "stop": 852627973
        },
        {
            "start": 852629041,
            "stop": 852633491
        },
        {
            "start": 852638743,
            "stop": 852644931
        },
        {
            "start": 852645501,
            "stop": 852652926
        },
        {
            "start": 852658065,
            "stop": 852661333
        },
        {
            "start": 852663922,
            "stop": 852669906
        }
    ]
}