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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5174",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5175,
    "results": [
        {
            "start": 874758610,
            "stop": 874758726
        },
        {
            "start": 874758733,
            "stop": 874758874
        },
        {
            "start": 874758881,
            "stop": 874758899
        },
        {
            "start": 874758907,
            "stop": 874758951
        },
        {
            "start": 874758958,
            "stop": 874759013
        },
        {
            "start": 874759020,
            "stop": 874759065
        },
        {
            "start": 874759072,
            "stop": 874759078
        },
        {
            "start": 874759085,
            "stop": 874759236
        },
        {
            "start": 874759243,
            "stop": 874759307
        },
        {
            "start": 874759315,
            "stop": 874759347
        },
        {
            "start": 874759354,
            "stop": 874759387
        },
        {
            "start": 874759394,
            "stop": 874759635
        },
        {
            "start": 874759642,
            "stop": 874759699
        },
        {
            "start": 874759711,
            "stop": 874759723
        },
        {
            "start": 874759731,
            "stop": 874759827
        },
        {
            "start": 874759836,
            "stop": 874759870
        },
        {
            "start": 874759877,
            "stop": 874759902
        },
        {
            "start": 874759909,
            "stop": 874759916
        },
        {
            "start": 874759923,
            "stop": 874760064
        },
        {
            "start": 874760071,
            "stop": 874760127
        }
    ]
}