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=4598
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=4599",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4597",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4598,
    "results": [
        {
            "start": 874096022,
            "stop": 874096088
        },
        {
            "start": 874096107,
            "stop": 874096208
        },
        {
            "start": 874096227,
            "stop": 874096233
        },
        {
            "start": 874096252,
            "stop": 874096264
        },
        {
            "start": 874096283,
            "stop": 874096389
        },
        {
            "start": 874096408,
            "stop": 874096487
        },
        {
            "start": 874096506,
            "stop": 874096624
        },
        {
            "start": 874096648,
            "stop": 874096714
        },
        {
            "start": 874096905,
            "stop": 874096912
        },
        {
            "start": 874096932,
            "stop": 874097263
        },
        {
            "start": 874097282,
            "stop": 874097520
        },
        {
            "start": 874097539,
            "stop": 874097591
        },
        {
            "start": 874097610,
            "stop": 874097757
        },
        {
            "start": 874097780,
            "stop": 874097955
        },
        {
            "start": 874097975,
            "stop": 874098044
        },
        {
            "start": 874098225,
            "stop": 874098232
        },
        {
            "start": 874098251,
            "stop": 874098344
        },
        {
            "start": 874098557,
            "stop": 874098580
        },
        {
            "start": 874098700,
            "stop": 874098861
        },
        {
            "start": 874098880,
            "stop": 874098909
        }
    ]
}