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=6007
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=6008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6006",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6007,
    "results": [
        {
            "start": 873467246,
            "stop": 873467272
        },
        {
            "start": 873467273,
            "stop": 873467276
        },
        {
            "start": 873467277,
            "stop": 873467299
        },
        {
            "start": 873467300,
            "stop": 873467307
        },
        {
            "start": 873467308,
            "stop": 873467324
        },
        {
            "start": 873467325,
            "stop": 873467604
        },
        {
            "start": 873467605,
            "stop": 873467633
        },
        {
            "start": 873467634,
            "stop": 873467757
        },
        {
            "start": 873467758,
            "stop": 873467784
        },
        {
            "start": 873467785,
            "stop": 873467787
        },
        {
            "start": 873467788,
            "stop": 873467926
        },
        {
            "start": 873467927,
            "stop": 873467931
        },
        {
            "start": 873467932,
            "stop": 873467946
        },
        {
            "start": 873467947,
            "stop": 873467958
        },
        {
            "start": 873467959,
            "stop": 873467971
        },
        {
            "start": 873469468,
            "stop": 873469860
        },
        {
            "start": 873469861,
            "stop": 873470391
        },
        {
            "start": 873470393,
            "stop": 873470435
        },
        {
            "start": 873470437,
            "stop": 873470843
        },
        {
            "start": 873470845,
            "stop": 873471077
        }
    ]
}