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=906
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=907",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=905",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 906,
    "results": [
        {
            "start": 1251423496,
            "stop": 1251423657
        },
        {
            "start": 1251423661,
            "stop": 1251424484
        },
        {
            "start": 1251424488,
            "stop": 1251424862
        },
        {
            "start": 1251424866,
            "stop": 1251426100
        },
        {
            "start": 1251426104,
            "stop": 1251426480
        },
        {
            "start": 1251426483,
            "stop": 1251426876
        },
        {
            "start": 1251426880,
            "stop": 1251427063
        },
        {
            "start": 1251427066,
            "stop": 1251427297
        },
        {
            "start": 1251427301,
            "stop": 1251427353
        },
        {
            "start": 1251427357,
            "stop": 1251427564
        },
        {
            "start": 1251427568,
            "stop": 1251427693
        },
        {
            "start": 1251427697,
            "stop": 1251427865
        },
        {
            "start": 1251427867,
            "stop": 1251427870
        },
        {
            "start": 1251427875,
            "stop": 1251428033
        },
        {
            "start": 1251428037,
            "stop": 1251428217
        },
        {
            "start": 1251428222,
            "stop": 1251428346
        },
        {
            "start": 1251428350,
            "stop": 1251428464
        },
        {
            "start": 1251428466,
            "stop": 1251428661
        },
        {
            "start": 1251428664,
            "stop": 1251428801
        },
        {
            "start": 1251428805,
            "stop": 1251428897
        }
    ]
}