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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3469",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3467",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3468,
    "results": [
        {
            "start": 969939585,
            "stop": 969939790
        },
        {
            "start": 969939791,
            "stop": 969940059
        },
        {
            "start": 969940062,
            "stop": 969941290
        },
        {
            "start": 969941291,
            "stop": 969941766
        },
        {
            "start": 969941769,
            "stop": 969943147
        },
        {
            "start": 969943148,
            "stop": 969943648
        },
        {
            "start": 969943651,
            "stop": 969944301
        },
        {
            "start": 969944304,
            "stop": 969944599
        },
        {
            "start": 969944600,
            "stop": 969945940
        },
        {
            "start": 969945943,
            "stop": 969946339
        },
        {
            "start": 969946342,
            "stop": 969946369
        },
        {
            "start": 969946370,
            "stop": 969948067
        },
        {
            "start": 969948068,
            "stop": 969949650
        },
        {
            "start": 969949656,
            "stop": 969949805
        },
        {
            "start": 969949806,
            "stop": 969950321
        },
        {
            "start": 969950324,
            "stop": 969950751
        },
        {
            "start": 969950754,
            "stop": 969950894
        },
        {
            "start": 969950897,
            "stop": 969951663
        },
        {
            "start": 969951666,
            "stop": 969951731
        },
        {
            "start": 969951732,
            "stop": 969951834
        }
    ]
}