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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=323",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 324,
    "results": [
        {
            "start": 821469778,
            "stop": 821469781
        },
        {
            "start": 821470074,
            "stop": 821470620
        },
        {
            "start": 821470680,
            "stop": 821470699
        },
        {
            "start": 821470702,
            "stop": 821470844
        },
        {
            "start": 821471025,
            "stop": 821471040
        },
        {
            "start": 821471117,
            "stop": 821471460
        },
        {
            "start": 821471520,
            "stop": 821471640
        },
        {
            "start": 821471700,
            "stop": 821471820
        },
        {
            "start": 821471880,
            "stop": 821472060
        },
        {
            "start": 821472120,
            "stop": 821472268
        },
        {
            "start": 821472388,
            "stop": 821472882
        },
        {
            "start": 821473074,
            "stop": 821473080
        },
        {
            "start": 821473140,
            "stop": 821473148
        },
        {
            "start": 821473165,
            "stop": 821473752
        },
        {
            "start": 821473773,
            "stop": 821473777
        },
        {
            "start": 821473798,
            "stop": 821474340
        },
        {
            "start": 821474460,
            "stop": 821474760
        },
        {
            "start": 821474820,
            "stop": 821475849
        },
        {
            "start": 821475866,
            "stop": 821476020
        },
        {
            "start": 821476080,
            "stop": 821476200
        }
    ]
}