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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1852",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1850",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1851,
    "results": [
        {
            "start": 966057961,
            "stop": 966065586
        },
        {
            "start": 966065587,
            "stop": 966080988
        },
        {
            "start": 966082451,
            "stop": 966084886
        },
        {
            "start": 966084887,
            "stop": 966086160
        },
        {
            "start": 966102268,
            "stop": 966108390
        },
        {
            "start": 966109797,
            "stop": 966114873
        },
        {
            "start": 966114874,
            "stop": 966116104
        },
        {
            "start": 966117249,
            "stop": 966120961
        },
        {
            "start": 966121282,
            "stop": 966122502
        },
        {
            "start": 966122504,
            "stop": 966129367
        },
        {
            "start": 966129368,
            "stop": 966130195
        },
        {
            "start": 966131106,
            "stop": 966132744
        },
        {
            "start": 966132745,
            "stop": 966135354
        },
        {
            "start": 966135355,
            "stop": 966142535
        },
        {
            "start": 966142536,
            "stop": 966161314
        },
        {
            "start": 966161315,
            "stop": 966161398
        },
        {
            "start": 966161399,
            "stop": 966170168
        },
        {
            "start": 966171589,
            "stop": 966172427
        },
        {
            "start": 966172880,
            "stop": 966174851
        },
        {
            "start": 966176642,
            "stop": 966179026
        }
    ]
}