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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8142",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8143,
    "results": [
        {
            "start": 873044811,
            "stop": 873045976
        },
        {
            "start": 873045993,
            "stop": 873045994
        },
        {
            "start": 873046011,
            "stop": 873047082
        },
        {
            "start": 873047202,
            "stop": 873048856
        },
        {
            "start": 873048873,
            "stop": 873049121
        },
        {
            "start": 873049241,
            "stop": 873049320
        },
        {
            "start": 873049337,
            "stop": 873049905
        },
        {
            "start": 873049922,
            "stop": 873052584
        },
        {
            "start": 873052603,
            "stop": 873052625
        },
        {
            "start": 873052642,
            "stop": 873052800
        },
        {
            "start": 873052860,
            "stop": 873054685
        },
        {
            "start": 873054824,
            "stop": 873055979
        },
        {
            "start": 873055996,
            "stop": 873056441
        },
        {
            "start": 873056458,
            "stop": 873057952
        },
        {
            "start": 873060460,
            "stop": 873060582
        },
        {
            "start": 873060809,
            "stop": 873061220
        },
        {
            "start": 873061237,
            "stop": 873061560
        },
        {
            "start": 873061659,
            "stop": 873061760
        },
        {
            "start": 873061777,
            "stop": 873062184
        },
        {
            "start": 873062201,
            "stop": 873062254
        }
    ]
}