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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=73",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 74,
    "results": [
        {
            "start": 818577371,
            "stop": 818603306
        },
        {
            "start": 818603310,
            "stop": 818604193
        },
        {
            "start": 818606090,
            "stop": 818612150
        },
        {
            "start": 818612230,
            "stop": 818613120
        },
        {
            "start": 818613180,
            "stop": 818616793
        },
        {
            "start": 818617456,
            "stop": 818619133
        },
        {
            "start": 818619189,
            "stop": 818619191
        },
        {
            "start": 818621618,
            "stop": 818629332
        },
        {
            "start": 818629339,
            "stop": 818632440
        },
        {
            "start": 818632500,
            "stop": 818635033
        },
        {
            "start": 818636410,
            "stop": 818636533
        },
        {
            "start": 818637603,
            "stop": 818640279
        },
        {
            "start": 818640283,
            "stop": 818641134
        },
        {
            "start": 818641161,
            "stop": 818641550
        },
        {
            "start": 818641690,
            "stop": 818643950
        },
        {
            "start": 818644030,
            "stop": 818645233
        },
        {
            "start": 818647355,
            "stop": 818649493
        },
        {
            "start": 818649505,
            "stop": 818649506
        },
        {
            "start": 818649640,
            "stop": 818654653
        },
        {
            "start": 818657617,
            "stop": 818658823
        }
    ]
}