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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=246",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 247,
    "results": [
        {
            "start": 821466600,
            "stop": 821466827
        },
        {
            "start": 821466844,
            "stop": 821467568
        },
        {
            "start": 821469601,
            "stop": 821470637
        },
        {
            "start": 821470654,
            "stop": 821470699
        },
        {
            "start": 821470702,
            "stop": 821471100
        },
        {
            "start": 821471117,
            "stop": 821473086
        },
        {
            "start": 821473103,
            "stop": 821473148
        },
        {
            "start": 821473165,
            "stop": 821473752
        },
        {
            "start": 821473773,
            "stop": 821473777
        },
        {
            "start": 821473798,
            "stop": 821475849
        },
        {
            "start": 821475866,
            "stop": 821477341
        },
        {
            "start": 821479678,
            "stop": 821480036
        },
        {
            "start": 821482538,
            "stop": 821483103
        },
        {
            "start": 821483106,
            "stop": 821483279
        },
        {
            "start": 821484249,
            "stop": 821484337
        },
        {
            "start": 821484340,
            "stop": 821484567
        },
        {
            "start": 821486277,
            "stop": 821486477
        },
        {
            "start": 821489091,
            "stop": 821489353
        },
        {
            "start": 821490217,
            "stop": 821491914
        },
        {
            "start": 821491917,
            "stop": 821493231
        }
    ]
}