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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4684",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4685,
    "results": [
        {
            "start": 874346165,
            "stop": 874346280
        },
        {
            "start": 874346316,
            "stop": 874346338
        },
        {
            "start": 874346385,
            "stop": 874346391
        },
        {
            "start": 874346410,
            "stop": 874346489
        },
        {
            "start": 874346509,
            "stop": 874346570
        },
        {
            "start": 874346589,
            "stop": 874346608
        },
        {
            "start": 874346627,
            "stop": 874346674
        },
        {
            "start": 874346693,
            "stop": 874346773
        },
        {
            "start": 874346792,
            "stop": 874346809
        },
        {
            "start": 874346828,
            "stop": 874346842
        },
        {
            "start": 874346861,
            "stop": 874346897
        },
        {
            "start": 874346916,
            "stop": 874346950
        },
        {
            "start": 874346969,
            "stop": 874346992
        },
        {
            "start": 874347015,
            "stop": 874347025
        },
        {
            "start": 874347055,
            "stop": 874347069
        },
        {
            "start": 874347088,
            "stop": 874347129
        },
        {
            "start": 874347268,
            "stop": 874347273
        },
        {
            "start": 874347293,
            "stop": 874347301
        },
        {
            "start": 874349924,
            "stop": 874349940
        },
        {
            "start": 874350060,
            "stop": 874350180
        }
    ]
}