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=5048
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=5049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5047",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5048,
    "results": [
        {
            "start": 874598409,
            "stop": 874598418
        },
        {
            "start": 874598425,
            "stop": 874598454
        },
        {
            "start": 874598461,
            "stop": 874598497
        },
        {
            "start": 874598504,
            "stop": 874598599
        },
        {
            "start": 874598607,
            "stop": 874598677
        },
        {
            "start": 874598685,
            "stop": 874598739
        },
        {
            "start": 874598747,
            "stop": 874598812
        },
        {
            "start": 874598819,
            "stop": 874598880
        },
        {
            "start": 874598887,
            "stop": 874598939
        },
        {
            "start": 874598947,
            "stop": 874598991
        },
        {
            "start": 874598999,
            "stop": 874599045
        },
        {
            "start": 874599052,
            "stop": 874599083
        },
        {
            "start": 874599094,
            "stop": 874599118
        },
        {
            "start": 874599125,
            "stop": 874599140
        },
        {
            "start": 874599147,
            "stop": 874599167
        },
        {
            "start": 874599175,
            "stop": 874599176
        },
        {
            "start": 874599184,
            "stop": 874599340
        },
        {
            "start": 874599347,
            "stop": 874599351
        },
        {
            "start": 874599358,
            "stop": 874599417
        },
        {
            "start": 874599424,
            "stop": 874599525
        }
    ]
}