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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9872",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9873,
    "results": [
        {
            "start": 874383900,
            "stop": 874384260
        },
        {
            "start": 874384320,
            "stop": 874384620
        },
        {
            "start": 874384740,
            "stop": 874389600
        },
        {
            "start": 874389660,
            "stop": 874391851
        },
        {
            "start": 874391971,
            "stop": 874394098
        },
        {
            "start": 874394115,
            "stop": 874395588
        },
        {
            "start": 874395610,
            "stop": 874397306
        },
        {
            "start": 874397323,
            "stop": 874398419
        },
        {
            "start": 874398436,
            "stop": 874399301
        },
        {
            "start": 874399318,
            "stop": 874401858
        },
        {
            "start": 874401875,
            "stop": 874402283
        },
        {
            "start": 874402300,
            "stop": 874403760
        },
        {
            "start": 874403820,
            "stop": 874404332
        },
        {
            "start": 874404349,
            "stop": 874405062
        },
        {
            "start": 874405081,
            "stop": 874405124
        },
        {
            "start": 874405141,
            "stop": 874405175
        },
        {
            "start": 874405192,
            "stop": 874405795
        },
        {
            "start": 874405812,
            "stop": 874407702
        },
        {
            "start": 874407719,
            "stop": 874408984
        },
        {
            "start": 874409001,
            "stop": 874411190
        }
    ]
}