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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5234",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5235,
    "results": [
        {
            "start": 874304299,
            "stop": 874304493
        },
        {
            "start": 874304529,
            "stop": 874304548
        },
        {
            "start": 874304584,
            "stop": 874304585
        },
        {
            "start": 874304651,
            "stop": 874304712
        },
        {
            "start": 874304782,
            "stop": 874304933
        },
        {
            "start": 874305135,
            "stop": 874305427
        },
        {
            "start": 874305463,
            "stop": 874305962
        },
        {
            "start": 874305998,
            "stop": 874306209
        },
        {
            "start": 874306217,
            "stop": 874306253
        },
        {
            "start": 874306291,
            "stop": 874306477
        },
        {
            "start": 874306513,
            "stop": 874306613
        },
        {
            "start": 874306654,
            "stop": 874306679
        },
        {
            "start": 874306687,
            "stop": 874306728
        },
        {
            "start": 874306778,
            "stop": 874306860
        },
        {
            "start": 874306877,
            "stop": 874306887
        },
        {
            "start": 874306924,
            "stop": 874307063
        },
        {
            "start": 874307128,
            "stop": 874307187
        },
        {
            "start": 874307223,
            "stop": 874307289
        },
        {
            "start": 874307325,
            "stop": 874307449
        },
        {
            "start": 874307485,
            "stop": 874307517
        }
    ]
}