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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16807",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16808,
    "results": [
        {
            "start": 875130898,
            "stop": 875131622
        },
        {
            "start": 875131624,
            "stop": 875131674
        },
        {
            "start": 875131675,
            "stop": 875131797
        },
        {
            "start": 875131798,
            "stop": 875131828
        },
        {
            "start": 875131830,
            "stop": 875131911
        },
        {
            "start": 875131913,
            "stop": 875131933
        },
        {
            "start": 875131934,
            "stop": 875132230
        },
        {
            "start": 875132231,
            "stop": 875132580
        },
        {
            "start": 875132582,
            "stop": 875132807
        },
        {
            "start": 875132809,
            "stop": 875132890
        },
        {
            "start": 875132891,
            "stop": 875132943
        },
        {
            "start": 875132945,
            "stop": 875133080
        },
        {
            "start": 875133081,
            "stop": 875133301
        },
        {
            "start": 875133302,
            "stop": 875133446
        },
        {
            "start": 875133447,
            "stop": 875133449
        },
        {
            "start": 875133450,
            "stop": 875133520
        },
        {
            "start": 875133522,
            "stop": 875133633
        },
        {
            "start": 875133635,
            "stop": 875133660
        },
        {
            "start": 875133661,
            "stop": 875133663
        },
        {
            "start": 875133664,
            "stop": 875133758
        }
    ]
}