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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=468",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=466",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 467,
    "results": [
        {
            "start": 952306739,
            "stop": 952310152
        },
        {
            "start": 952311863,
            "stop": 952338033
        },
        {
            "start": 952345876,
            "stop": 952354363
        },
        {
            "start": 952363578,
            "stop": 952363594
        },
        {
            "start": 952383838,
            "stop": 952389513
        },
        {
            "start": 952390541,
            "stop": 952399648
        },
        {
            "start": 952399649,
            "stop": 952402886
        },
        {
            "start": 952402887,
            "stop": 952402888
        },
        {
            "start": 952402889,
            "stop": 952405324
        },
        {
            "start": 952405948,
            "stop": 952420770
        },
        {
            "start": 952430714,
            "stop": 952444033
        },
        {
            "start": 952444053,
            "stop": 952448580
        },
        {
            "start": 952450101,
            "stop": 952451766
        },
        {
            "start": 952456053,
            "stop": 952461194
        },
        {
            "start": 952478982,
            "stop": 952482513
        },
        {
            "start": 952499821,
            "stop": 952513154
        },
        {
            "start": 952517590,
            "stop": 952520252
        },
        {
            "start": 952522276,
            "stop": 952544873
        },
        {
            "start": 952545407,
            "stop": 952553517
        },
        {
            "start": 952556487,
            "stop": 952566132
        }
    ]
}