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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=381",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 382,
    "results": [
        {
            "start": 934902230,
            "stop": 934902235
        },
        {
            "start": 934902239,
            "stop": 934904740
        },
        {
            "start": 934945006,
            "stop": 934945366
        },
        {
            "start": 934945370,
            "stop": 934945384
        },
        {
            "start": 934945386,
            "stop": 934945393
        },
        {
            "start": 934945395,
            "stop": 934945419
        },
        {
            "start": 934945421,
            "stop": 934945434
        },
        {
            "start": 934945439,
            "stop": 934945591
        },
        {
            "start": 934948257,
            "stop": 934948960
        },
        {
            "start": 934948962,
            "stop": 934948969
        },
        {
            "start": 934948971,
            "stop": 934948985
        },
        {
            "start": 934948988,
            "stop": 934948995
        },
        {
            "start": 934948997,
            "stop": 934949014
        },
        {
            "start": 934949016,
            "stop": 934949019
        },
        {
            "start": 934949022,
            "stop": 934949036
        },
        {
            "start": 934949041,
            "stop": 934952560
        },
        {
            "start": 934952562,
            "stop": 934952594
        },
        {
            "start": 934952596,
            "stop": 934952614
        },
        {
            "start": 934952616,
            "stop": 934952620
        },
        {
            "start": 934952622,
            "stop": 934952635
        }
    ]
}