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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=523",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=521",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 522,
    "results": [
        {
            "start": 827122020,
            "stop": 827122056
        },
        {
            "start": 827122061,
            "stop": 827122300
        },
        {
            "start": 827122304,
            "stop": 827123959
        },
        {
            "start": 827123980,
            "stop": 827124001
        },
        {
            "start": 827124005,
            "stop": 827124007
        },
        {
            "start": 827124010,
            "stop": 827124104
        },
        {
            "start": 827124140,
            "stop": 827124181
        },
        {
            "start": 827124201,
            "stop": 827124468
        },
        {
            "start": 827124487,
            "stop": 827124488
        },
        {
            "start": 827124510,
            "stop": 827124626
        },
        {
            "start": 827124629,
            "stop": 827124643
        },
        {
            "start": 827124646,
            "stop": 827125077
        },
        {
            "start": 827125080,
            "stop": 827126049
        },
        {
            "start": 827126052,
            "stop": 827129115
        },
        {
            "start": 827129119,
            "stop": 827129742
        },
        {
            "start": 827129745,
            "stop": 827131672
        },
        {
            "start": 827131689,
            "stop": 827132469
        },
        {
            "start": 827132472,
            "stop": 827134035
        },
        {
            "start": 827134038,
            "stop": 827134392
        },
        {
            "start": 827134411,
            "stop": 827134426
        }
    ]
}