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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=250",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 251,
    "results": [
        {
            "start": 1376690628,
            "stop": 1376691397
        },
        {
            "start": 1376691399,
            "stop": 1376691523
        },
        {
            "start": 1376691525,
            "stop": 1376692440
        },
        {
            "start": 1376692442,
            "stop": 1376693245
        },
        {
            "start": 1376693246,
            "stop": 1376693728
        },
        {
            "start": 1376693730,
            "stop": 1376694992
        },
        {
            "start": 1376694994,
            "stop": 1376695837
        },
        {
            "start": 1376695839,
            "stop": 1376697276
        },
        {
            "start": 1376697278,
            "stop": 1376697428
        },
        {
            "start": 1376697431,
            "stop": 1376698274
        },
        {
            "start": 1376698275,
            "stop": 1376699242
        },
        {
            "start": 1376699244,
            "stop": 1376701077
        },
        {
            "start": 1376701079,
            "stop": 1376702105
        },
        {
            "start": 1376702107,
            "stop": 1376703062
        },
        {
            "start": 1376703064,
            "stop": 1376704591
        },
        {
            "start": 1376704593,
            "stop": 1376705650
        },
        {
            "start": 1376705651,
            "stop": 1376707455
        },
        {
            "start": 1376707456,
            "stop": 1376710141
        },
        {
            "start": 1376710143,
            "stop": 1376715960
        },
        {
            "start": 1376715962,
            "stop": 1376716100
        }
    ]
}