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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4872",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4873,
    "results": [
        {
            "start": 874207230,
            "stop": 874207232
        },
        {
            "start": 874207251,
            "stop": 874207276
        },
        {
            "start": 874207296,
            "stop": 874207324
        },
        {
            "start": 874207343,
            "stop": 874207364
        },
        {
            "start": 874207383,
            "stop": 874207421
        },
        {
            "start": 874207462,
            "stop": 874207518
        },
        {
            "start": 874207537,
            "stop": 874207554
        },
        {
            "start": 874207574,
            "stop": 874207656
        },
        {
            "start": 874207675,
            "stop": 874207773
        },
        {
            "start": 874207792,
            "stop": 874207804
        },
        {
            "start": 874207823,
            "stop": 874207948
        },
        {
            "start": 874207968,
            "stop": 874207970
        },
        {
            "start": 874207989,
            "stop": 874208049
        },
        {
            "start": 874208069,
            "stop": 874208106
        },
        {
            "start": 874208126,
            "stop": 874208204
        },
        {
            "start": 874208223,
            "stop": 874208662
        },
        {
            "start": 874208681,
            "stop": 874208741
        },
        {
            "start": 874208792,
            "stop": 874208858
        },
        {
            "start": 874208877,
            "stop": 874208888
        },
        {
            "start": 874208907,
            "stop": 874210028
        }
    ]
}