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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=95",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 96,
    "results": [
        {
            "start": 1407784766,
            "stop": 1407785429
        },
        {
            "start": 1407785508,
            "stop": 1407791157
        },
        {
            "start": 1407791161,
            "stop": 1407791349
        },
        {
            "start": 1407814579,
            "stop": 1407819016
        },
        {
            "start": 1407819174,
            "stop": 1407826285
        },
        {
            "start": 1407826289,
            "stop": 1407846663
        },
        {
            "start": 1407846668,
            "stop": 1407850339
        },
        {
            "start": 1407850342,
            "stop": 1407851382
        },
        {
            "start": 1407851386,
            "stop": 1407856394
        },
        {
            "start": 1407866059,
            "stop": 1407866101
        },
        {
            "start": 1407866781,
            "stop": 1407866820
        },
        {
            "start": 1407867034,
            "stop": 1407868181
        },
        {
            "start": 1407869139,
            "stop": 1407870539
        },
        {
            "start": 1407874077,
            "stop": 1407876638
        },
        {
            "start": 1407877937,
            "stop": 1407878790
        },
        {
            "start": 1407884107,
            "stop": 1407884512
        },
        {
            "start": 1407884516,
            "stop": 1407911138
        },
        {
            "start": 1407911143,
            "stop": 1407922527
        },
        {
            "start": 1407922532,
            "stop": 1407924253
        },
        {
            "start": 1407924258,
            "stop": 1407924406
        }
    ]
}