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=4262
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=4263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4261",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4262,
    "results": [
        {
            "start": 874603543,
            "stop": 874603611
        },
        {
            "start": 874603630,
            "stop": 874603645
        },
        {
            "start": 874603677,
            "stop": 874603719
        },
        {
            "start": 874603751,
            "stop": 874603793
        },
        {
            "start": 874603950,
            "stop": 874604014
        },
        {
            "start": 874604037,
            "stop": 874604041
        },
        {
            "start": 874604283,
            "stop": 874604305
        },
        {
            "start": 874604324,
            "stop": 874604343
        },
        {
            "start": 874604367,
            "stop": 874604380
        },
        {
            "start": 874604403,
            "stop": 874604420
        },
        {
            "start": 874604455,
            "stop": 874604463
        },
        {
            "start": 874604511,
            "stop": 874604571
        },
        {
            "start": 874604610,
            "stop": 874604626
        },
        {
            "start": 874604661,
            "stop": 874604678
        },
        {
            "start": 874604697,
            "stop": 874604760
        },
        {
            "start": 874604818,
            "stop": 874604839
        },
        {
            "start": 874604907,
            "stop": 874604908
        },
        {
            "start": 874604927,
            "stop": 874604933
        },
        {
            "start": 874604968,
            "stop": 874604985
        },
        {
            "start": 874605004,
            "stop": 874605008
        }
    ]
}