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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=328",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 329,
    "results": [
        {
            "start": 822779149,
            "stop": 822779812
        },
        {
            "start": 822779816,
            "stop": 822779882
        },
        {
            "start": 822779899,
            "stop": 822779981
        },
        {
            "start": 822779984,
            "stop": 822780706
        },
        {
            "start": 822780709,
            "stop": 822781453
        },
        {
            "start": 822782446,
            "stop": 822783558
        },
        {
            "start": 822783561,
            "stop": 822784072
        },
        {
            "start": 822784089,
            "stop": 822784372
        },
        {
            "start": 822784375,
            "stop": 822785029
        },
        {
            "start": 822785033,
            "stop": 822785927
        },
        {
            "start": 822785930,
            "stop": 822786004
        },
        {
            "start": 822786021,
            "stop": 822787684
        },
        {
            "start": 822787687,
            "stop": 822787811
        },
        {
            "start": 822787828,
            "stop": 822788346
        },
        {
            "start": 822788349,
            "stop": 822789837
        },
        {
            "start": 822789841,
            "stop": 822790417
        },
        {
            "start": 822790420,
            "stop": 822790830
        },
        {
            "start": 822790833,
            "stop": 822791120
        },
        {
            "start": 822791124,
            "stop": 822792023
        },
        {
            "start": 822792027,
            "stop": 822792522
        }
    ]
}