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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=155",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 156,
    "results": [
        {
            "start": 842973351,
            "stop": 842975952
        },
        {
            "start": 843001489,
            "stop": 843005193
        },
        {
            "start": 843005288,
            "stop": 843009207
        },
        {
            "start": 843009325,
            "stop": 843021219
        },
        {
            "start": 843030744,
            "stop": 843031616
        },
        {
            "start": 843033130,
            "stop": 843053302
        },
        {
            "start": 843053796,
            "stop": 843067051
        },
        {
            "start": 843067150,
            "stop": 843067689
        },
        {
            "start": 843067765,
            "stop": 843071616
        },
        {
            "start": 843073276,
            "stop": 843075205
        },
        {
            "start": 843078038,
            "stop": 843080718
        },
        {
            "start": 843082088,
            "stop": 843095842
        },
        {
            "start": 843096434,
            "stop": 843116382
        },
        {
            "start": 843117690,
            "stop": 843121652
        },
        {
            "start": 843122569,
            "stop": 843142023
        },
        {
            "start": 843142902,
            "stop": 843154695
        },
        {
            "start": 843155516,
            "stop": 843168578
        },
        {
            "start": 843172697,
            "stop": 843196960
        },
        {
            "start": 843198269,
            "stop": 843199803
        },
        {
            "start": 843200835,
            "stop": 843201421
        }
    ]
}