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=10234
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=10235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10233",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10234,
    "results": [
        {
            "start": 874306687,
            "stop": 874306728
        },
        {
            "start": 874306778,
            "stop": 874306860
        },
        {
            "start": 874306877,
            "stop": 874306887
        },
        {
            "start": 874306924,
            "stop": 874307063
        },
        {
            "start": 874307128,
            "stop": 874307187
        },
        {
            "start": 874307223,
            "stop": 874307289
        },
        {
            "start": 874307325,
            "stop": 874307449
        },
        {
            "start": 874307485,
            "stop": 874307517
        },
        {
            "start": 874307560,
            "stop": 874307622
        },
        {
            "start": 874307658,
            "stop": 874307699
        },
        {
            "start": 874307814,
            "stop": 874307990
        },
        {
            "start": 874307997,
            "stop": 874308684
        },
        {
            "start": 874308691,
            "stop": 874308717
        },
        {
            "start": 874308733,
            "stop": 874309001
        },
        {
            "start": 874309620,
            "stop": 874309709
        },
        {
            "start": 874311276,
            "stop": 874311530
        },
        {
            "start": 874311601,
            "stop": 874312148
        },
        {
            "start": 874312289,
            "stop": 874312617
        },
        {
            "start": 874312634,
            "stop": 874313114
        },
        {
            "start": 874324131,
            "stop": 874324844
        }
    ]
}