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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=305",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 306,
    "results": [
        {
            "start": 1240189506,
            "stop": 1240189625
        },
        {
            "start": 1240189626,
            "stop": 1240189745
        },
        {
            "start": 1240189746,
            "stop": 1240189865
        },
        {
            "start": 1240189866,
            "stop": 1240189985
        },
        {
            "start": 1240189986,
            "stop": 1240190105
        },
        {
            "start": 1240190106,
            "stop": 1240190198
        },
        {
            "start": 1240190202,
            "stop": 1240190225
        },
        {
            "start": 1240190226,
            "stop": 1240190345
        },
        {
            "start": 1240190346,
            "stop": 1240190465
        },
        {
            "start": 1240190466,
            "stop": 1240190585
        },
        {
            "start": 1240190586,
            "stop": 1240190705
        },
        {
            "start": 1240190706,
            "stop": 1240190825
        },
        {
            "start": 1240190826,
            "stop": 1240190945
        },
        {
            "start": 1240190946,
            "stop": 1240191065
        },
        {
            "start": 1240191066,
            "stop": 1240191185
        },
        {
            "start": 1240191186,
            "stop": 1240191305
        },
        {
            "start": 1240191306,
            "stop": 1240191425
        },
        {
            "start": 1240191426,
            "stop": 1240191545
        },
        {
            "start": 1240191546,
            "stop": 1240191665
        },
        {
            "start": 1240191666,
            "stop": 1240191765
        }
    ]
}