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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10254",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10255,
    "results": [
        {
            "start": 874671901,
            "stop": 874671918
        },
        {
            "start": 874671952,
            "stop": 874672295
        },
        {
            "start": 874672329,
            "stop": 874673182
        },
        {
            "start": 874673233,
            "stop": 874673422
        },
        {
            "start": 874673458,
            "stop": 874673460
        },
        {
            "start": 874675080,
            "stop": 874675110
        },
        {
            "start": 874676430,
            "stop": 874676518
        },
        {
            "start": 874676578,
            "stop": 874676581
        },
        {
            "start": 874676617,
            "stop": 874676658
        },
        {
            "start": 874676692,
            "stop": 874676763
        },
        {
            "start": 874676797,
            "stop": 874676824
        },
        {
            "start": 874676841,
            "stop": 874676852
        },
        {
            "start": 874676915,
            "stop": 874676956
        },
        {
            "start": 874676992,
            "stop": 874677031
        },
        {
            "start": 874677065,
            "stop": 874677078
        },
        {
            "start": 874677128,
            "stop": 874677335
        },
        {
            "start": 874677420,
            "stop": 874677443
        },
        {
            "start": 874677477,
            "stop": 874677529
        },
        {
            "start": 874677563,
            "stop": 874678020
        },
        {
            "start": 874678080,
            "stop": 874678137
        }
    ]
}