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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4257",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4258,
    "results": [
        {
            "start": 874597697,
            "stop": 874597721
        },
        {
            "start": 874597740,
            "stop": 874597746
        },
        {
            "start": 874597791,
            "stop": 874597800
        },
        {
            "start": 874597920,
            "stop": 874597947
        },
        {
            "start": 874597975,
            "stop": 874598060
        },
        {
            "start": 874598084,
            "stop": 874598100
        },
        {
            "start": 874598160,
            "stop": 874598165
        },
        {
            "start": 874598189,
            "stop": 874598316
        },
        {
            "start": 874598337,
            "stop": 874598340
        },
        {
            "start": 874598467,
            "stop": 874598491
        },
        {
            "start": 874598510,
            "stop": 874598593
        },
        {
            "start": 874598613,
            "stop": 874598671
        },
        {
            "start": 874598691,
            "stop": 874598733
        },
        {
            "start": 874598753,
            "stop": 874598806
        },
        {
            "start": 874598825,
            "stop": 874598874
        },
        {
            "start": 874598893,
            "stop": 874598933
        },
        {
            "start": 874598953,
            "stop": 874598985
        },
        {
            "start": 874599060,
            "stop": 874599077
        },
        {
            "start": 874599100,
            "stop": 874599112
        },
        {
            "start": 874599131,
            "stop": 874599134
        }
    ]
}