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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=661",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=659",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 660,
    "results": [
        {
            "start": 1248194077,
            "stop": 1248194195
        },
        {
            "start": 1248194200,
            "stop": 1248195751
        },
        {
            "start": 1248195754,
            "stop": 1248195805
        },
        {
            "start": 1248195808,
            "stop": 1248196023
        },
        {
            "start": 1248196028,
            "stop": 1248196170
        },
        {
            "start": 1248196178,
            "stop": 1248198251
        },
        {
            "start": 1248198256,
            "stop": 1248199634
        },
        {
            "start": 1248199638,
            "stop": 1248201497
        },
        {
            "start": 1248201502,
            "stop": 1248208049
        },
        {
            "start": 1248208052,
            "stop": 1248208254
        },
        {
            "start": 1248208257,
            "stop": 1248210297
        },
        {
            "start": 1248210301,
            "stop": 1248213199
        },
        {
            "start": 1248213202,
            "stop": 1248215876
        },
        {
            "start": 1248215880,
            "stop": 1248218044
        },
        {
            "start": 1248218116,
            "stop": 1248218236
        },
        {
            "start": 1248218308,
            "stop": 1248218827
        },
        {
            "start": 1248218831,
            "stop": 1248223334
        },
        {
            "start": 1248223339,
            "stop": 1248223608
        },
        {
            "start": 1248223611,
            "stop": 1248223779
        },
        {
            "start": 1248223783,
            "stop": 1248223805
        }
    ]
}