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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6237",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6238,
    "results": [
        {
            "start": 874824352,
            "stop": 874824736
        },
        {
            "start": 874824741,
            "stop": 874824745
        },
        {
            "start": 874824751,
            "stop": 874824756
        },
        {
            "start": 874824759,
            "stop": 874824764
        },
        {
            "start": 874824767,
            "stop": 874825348
        },
        {
            "start": 874825352,
            "stop": 874825881
        },
        {
            "start": 874825882,
            "stop": 874825954
        },
        {
            "start": 874825955,
            "stop": 874826323
        },
        {
            "start": 874826326,
            "stop": 874826358
        },
        {
            "start": 874826360,
            "stop": 874827707
        },
        {
            "start": 874827708,
            "stop": 874827829
        },
        {
            "start": 874827830,
            "stop": 874828372
        },
        {
            "start": 874828448,
            "stop": 874828943
        },
        {
            "start": 874828944,
            "stop": 874829081
        },
        {
            "start": 874829082,
            "stop": 874829117
        },
        {
            "start": 874829118,
            "stop": 874829297
        },
        {
            "start": 874829299,
            "stop": 874829814
        },
        {
            "start": 874829816,
            "stop": 874830436
        },
        {
            "start": 874830437,
            "stop": 874830815
        },
        {
            "start": 874830818,
            "stop": 874830824
        }
    ]
}