Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=314
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=313",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 314,
    "results": [
        {
            "start": 1178278582,
            "stop": 1178278583
        },
        {
            "start": 1178278584,
            "stop": 1178278585
        },
        {
            "start": 1178278587,
            "stop": 1178280082
        },
        {
            "start": 1178280083,
            "stop": 1178280085
        },
        {
            "start": 1178280087,
            "stop": 1178280088
        },
        {
            "start": 1178280089,
            "stop": 1178280129
        },
        {
            "start": 1178280131,
            "stop": 1178284319
        },
        {
            "start": 1178284324,
            "stop": 1178284343
        },
        {
            "start": 1178284345,
            "stop": 1178286837
        },
        {
            "start": 1178286839,
            "stop": 1178287189
        },
        {
            "start": 1178287190,
            "stop": 1178288103
        },
        {
            "start": 1178288104,
            "stop": 1178288207
        },
        {
            "start": 1178288209,
            "stop": 1178288397
        },
        {
            "start": 1178288398,
            "stop": 1178288403
        },
        {
            "start": 1178288404,
            "stop": 1178288520
        },
        {
            "start": 1178288522,
            "stop": 1178288539
        },
        {
            "start": 1178288540,
            "stop": 1178288543
        },
        {
            "start": 1178288544,
            "stop": 1178288590
        },
        {
            "start": 1178288592,
            "stop": 1178288746
        },
        {
            "start": 1178288749,
            "stop": 1178288786
        }
    ]
}