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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=216",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 217,
    "results": [
        {
            "start": 820181857,
            "stop": 820181908
        },
        {
            "start": 820181911,
            "stop": 820182031
        },
        {
            "start": 820182151,
            "stop": 820182284
        },
        {
            "start": 820182287,
            "stop": 820182802
        },
        {
            "start": 820182805,
            "stop": 820182936
        },
        {
            "start": 820182939,
            "stop": 820183084
        },
        {
            "start": 820183087,
            "stop": 820183113
        },
        {
            "start": 820183116,
            "stop": 820183287
        },
        {
            "start": 820183290,
            "stop": 820183358
        },
        {
            "start": 820183361,
            "stop": 820183466
        },
        {
            "start": 820183469,
            "stop": 820183564
        },
        {
            "start": 820183567,
            "stop": 820183791
        },
        {
            "start": 820183794,
            "stop": 820183975
        },
        {
            "start": 820183978,
            "stop": 820184072
        },
        {
            "start": 820184075,
            "stop": 820184153
        },
        {
            "start": 820184156,
            "stop": 820184218
        },
        {
            "start": 820184221,
            "stop": 820184277
        },
        {
            "start": 820184281,
            "stop": 820184475
        },
        {
            "start": 820184478,
            "stop": 820184487
        },
        {
            "start": 820184490,
            "stop": 820184607
        }
    ]
}