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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4853",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4851",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4852,
    "results": [
        {
            "start": 971441510,
            "stop": 971441514
        },
        {
            "start": 971441517,
            "stop": 971441584
        },
        {
            "start": 971441589,
            "stop": 971441884
        },
        {
            "start": 971441887,
            "stop": 971441938
        },
        {
            "start": 971441941,
            "stop": 971441960
        },
        {
            "start": 971441963,
            "stop": 971442013
        },
        {
            "start": 971442016,
            "stop": 971442043
        },
        {
            "start": 971442046,
            "stop": 971442348
        },
        {
            "start": 971442351,
            "stop": 971442423
        },
        {
            "start": 971442426,
            "stop": 971442454
        },
        {
            "start": 971442458,
            "stop": 971442531
        },
        {
            "start": 971442534,
            "stop": 971442606
        },
        {
            "start": 971442610,
            "stop": 971442718
        },
        {
            "start": 971442721,
            "stop": 971442739
        },
        {
            "start": 971442742,
            "stop": 971442761
        },
        {
            "start": 971442764,
            "stop": 971442867
        },
        {
            "start": 971442870,
            "stop": 971442904
        },
        {
            "start": 971442907,
            "stop": 971442911
        },
        {
            "start": 971442914,
            "stop": 971442923
        },
        {
            "start": 971442926,
            "stop": 971442955
        }
    ]
}