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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=252",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 253,
    "results": [
        {
            "start": 1262692559,
            "stop": 1262692563
        },
        {
            "start": 1262692565,
            "stop": 1262692566
        },
        {
            "start": 1262692568,
            "stop": 1262692581
        },
        {
            "start": 1262692585,
            "stop": 1262692590
        },
        {
            "start": 1262692592,
            "stop": 1262692661
        },
        {
            "start": 1262692663,
            "stop": 1262692668
        },
        {
            "start": 1262692671,
            "stop": 1262692686
        },
        {
            "start": 1262692688,
            "stop": 1262692689
        },
        {
            "start": 1262692691,
            "stop": 1262692721
        },
        {
            "start": 1262692724,
            "stop": 1262692791
        },
        {
            "start": 1262692793,
            "stop": 1262692836
        },
        {
            "start": 1262692837,
            "stop": 1262692841
        },
        {
            "start": 1262692844,
            "stop": 1262692885
        },
        {
            "start": 1262692886,
            "stop": 1262692915
        },
        {
            "start": 1262692917,
            "stop": 1262692921
        },
        {
            "start": 1262692924,
            "stop": 1262693099
        },
        {
            "start": 1262693102,
            "stop": 1262693113
        },
        {
            "start": 1262693116,
            "stop": 1262693149
        },
        {
            "start": 1262693151,
            "stop": 1262693198
        },
        {
            "start": 1262693200,
            "stop": 1262693242
        }
    ]
}