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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=278",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 279,
    "results": [
        {
            "start": 821574809,
            "stop": 821575046
        },
        {
            "start": 821575059,
            "stop": 821575068
        },
        {
            "start": 821575076,
            "stop": 821575107
        },
        {
            "start": 821575115,
            "stop": 821575128
        },
        {
            "start": 821575142,
            "stop": 821575335
        },
        {
            "start": 821575349,
            "stop": 821575354
        },
        {
            "start": 821575361,
            "stop": 821575392
        },
        {
            "start": 821575399,
            "stop": 821575490
        },
        {
            "start": 821575570,
            "stop": 821575675
        },
        {
            "start": 821575740,
            "stop": 821575759
        },
        {
            "start": 821575766,
            "stop": 821575800
        },
        {
            "start": 821575860,
            "stop": 821575883
        },
        {
            "start": 821575890,
            "stop": 821575911
        },
        {
            "start": 821575945,
            "stop": 821576115
        },
        {
            "start": 821576130,
            "stop": 821576149
        },
        {
            "start": 821576157,
            "stop": 821576439
        },
        {
            "start": 821576446,
            "stop": 821576505
        },
        {
            "start": 821576525,
            "stop": 821576656
        },
        {
            "start": 821576669,
            "stop": 821576704
        },
        {
            "start": 821576712,
            "stop": 821576896
        }
    ]
}