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=8264
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=8265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8263",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8264,
    "results": [
        {
            "start": 873840017,
            "stop": 873840041
        },
        {
            "start": 873840247,
            "stop": 873840573
        },
        {
            "start": 873840693,
            "stop": 873840879
        },
        {
            "start": 873840899,
            "stop": 873841080
        },
        {
            "start": 873841140,
            "stop": 873841155
        },
        {
            "start": 873841216,
            "stop": 873841528
        },
        {
            "start": 873841562,
            "stop": 873841824
        },
        {
            "start": 873841844,
            "stop": 873841872
        },
        {
            "start": 873841892,
            "stop": 873842102
        },
        {
            "start": 873842122,
            "stop": 873842148
        },
        {
            "start": 873842167,
            "stop": 873842412
        },
        {
            "start": 873842431,
            "stop": 873842598
        },
        {
            "start": 873842632,
            "stop": 873842905
        },
        {
            "start": 873842925,
            "stop": 873842980
        },
        {
            "start": 873843000,
            "stop": 873843052
        },
        {
            "start": 873843071,
            "stop": 873843120
        },
        {
            "start": 873843180,
            "stop": 873843517
        },
        {
            "start": 873843544,
            "stop": 873843752
        },
        {
            "start": 873843772,
            "stop": 873843834
        },
        {
            "start": 873843853,
            "stop": 873843900
        }
    ]
}