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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=327",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 328,
    "results": [
        {
            "start": 821145534,
            "stop": 821145671
        },
        {
            "start": 821145674,
            "stop": 821145678
        },
        {
            "start": 821145681,
            "stop": 821145811
        },
        {
            "start": 821145814,
            "stop": 821145945
        },
        {
            "start": 821145948,
            "stop": 821146084
        },
        {
            "start": 821146087,
            "stop": 821146389
        },
        {
            "start": 821146392,
            "stop": 821146453
        },
        {
            "start": 821146573,
            "stop": 821146671
        },
        {
            "start": 821146674,
            "stop": 821146878
        },
        {
            "start": 821146881,
            "stop": 821146918
        },
        {
            "start": 821146922,
            "stop": 821147231
        },
        {
            "start": 821147351,
            "stop": 821147838
        },
        {
            "start": 821147958,
            "stop": 821148430
        },
        {
            "start": 821148433,
            "stop": 821149311
        },
        {
            "start": 821149314,
            "stop": 821149658
        },
        {
            "start": 821149778,
            "stop": 821149839
        },
        {
            "start": 821149842,
            "stop": 821150294
        },
        {
            "start": 821150297,
            "stop": 821150671
        },
        {
            "start": 821150674,
            "stop": 821150784
        },
        {
            "start": 821150904,
            "stop": 821151662
        }
    ]
}