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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=158",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 159,
    "results": [
        {
            "start": 931422806,
            "stop": 931422811
        },
        {
            "start": 931422813,
            "stop": 931422823
        },
        {
            "start": 931422825,
            "stop": 931422827
        },
        {
            "start": 931422830,
            "stop": 931422853
        },
        {
            "start": 931422856,
            "stop": 931422861
        },
        {
            "start": 931422863,
            "stop": 931422868
        },
        {
            "start": 931422870,
            "stop": 931422879
        },
        {
            "start": 931422881,
            "stop": 931422889
        },
        {
            "start": 931422891,
            "stop": 931422899
        },
        {
            "start": 931422903,
            "stop": 931422912
        },
        {
            "start": 931422914,
            "stop": 931422920
        },
        {
            "start": 931422922,
            "stop": 931422925
        },
        {
            "start": 931422928,
            "stop": 931422931
        },
        {
            "start": 931422934,
            "stop": 931422941
        },
        {
            "start": 931422945,
            "stop": 931422951
        },
        {
            "start": 931422954,
            "stop": 931422955
        },
        {
            "start": 931422957,
            "stop": 931422958
        },
        {
            "start": 931422960,
            "stop": 931422963
        },
        {
            "start": 931422966,
            "stop": 931422973
        },
        {
            "start": 931422977,
            "stop": 931422987
        }
    ]
}