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=8317
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=8318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8316",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8317,
    "results": [
        {
            "start": 874237698,
            "stop": 874237806
        },
        {
            "start": 874237823,
            "stop": 874238127
        },
        {
            "start": 874238146,
            "stop": 874238223
        },
        {
            "start": 874238242,
            "stop": 874238532
        },
        {
            "start": 874238551,
            "stop": 874238555
        },
        {
            "start": 874240642,
            "stop": 874240649
        },
        {
            "start": 874240677,
            "stop": 874240686
        },
        {
            "start": 874240720,
            "stop": 874240756
        },
        {
            "start": 874240777,
            "stop": 874240980
        },
        {
            "start": 874241160,
            "stop": 874241655
        },
        {
            "start": 874241775,
            "stop": 874242158
        },
        {
            "start": 874243054,
            "stop": 874243800
        },
        {
            "start": 874243817,
            "stop": 874243824
        },
        {
            "start": 874243841,
            "stop": 874243878
        },
        {
            "start": 874243912,
            "stop": 874244460
        },
        {
            "start": 874244587,
            "stop": 874244849
        },
        {
            "start": 874244866,
            "stop": 874244895
        },
        {
            "start": 874244914,
            "stop": 874244961
        },
        {
            "start": 874244978,
            "stop": 874245380
        },
        {
            "start": 874245399,
            "stop": 874245739
        }
    ]
}