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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=219",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 220,
    "results": [
        {
            "start": 1262174212,
            "stop": 1262176853
        },
        {
            "start": 1262176855,
            "stop": 1262178793
        },
        {
            "start": 1262178796,
            "stop": 1262179364
        },
        {
            "start": 1262179367,
            "stop": 1262179626
        },
        {
            "start": 1262179627,
            "stop": 1262179760
        },
        {
            "start": 1262179762,
            "stop": 1262179973
        },
        {
            "start": 1262179976,
            "stop": 1262180950
        },
        {
            "start": 1262180953,
            "stop": 1262183542
        },
        {
            "start": 1262183550,
            "stop": 1262185483
        },
        {
            "start": 1262185486,
            "stop": 1262185574
        },
        {
            "start": 1262185577,
            "stop": 1262185719
        },
        {
            "start": 1262185722,
            "stop": 1262186855
        },
        {
            "start": 1262186856,
            "stop": 1262187164
        },
        {
            "start": 1262187165,
            "stop": 1262187415
        },
        {
            "start": 1262187416,
            "stop": 1262187656
        },
        {
            "start": 1262187657,
            "stop": 1262187899
        },
        {
            "start": 1262187900,
            "stop": 1262188140
        },
        {
            "start": 1262188141,
            "stop": 1262188410
        },
        {
            "start": 1262188411,
            "stop": 1262188525
        },
        {
            "start": 1262188530,
            "stop": 1262188728
        }
    ]
}