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=4931
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=4932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4930",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4931,
    "results": [
        {
            "start": 874331423,
            "stop": 874331445
        },
        {
            "start": 874331483,
            "stop": 874331578
        },
        {
            "start": 874331600,
            "stop": 874331857
        },
        {
            "start": 874331876,
            "stop": 874331985
        },
        {
            "start": 874332004,
            "stop": 874332024
        },
        {
            "start": 874332043,
            "stop": 874332073
        },
        {
            "start": 874332093,
            "stop": 874332120
        },
        {
            "start": 874332152,
            "stop": 874332198
        },
        {
            "start": 874332217,
            "stop": 874332262
        },
        {
            "start": 874332282,
            "stop": 874332294
        },
        {
            "start": 874332314,
            "stop": 874332327
        },
        {
            "start": 874332346,
            "stop": 874332348
        },
        {
            "start": 874332382,
            "stop": 874332398
        },
        {
            "start": 874332417,
            "stop": 874332418
        },
        {
            "start": 874332510,
            "stop": 874332564
        },
        {
            "start": 874332583,
            "stop": 874332726
        },
        {
            "start": 874332745,
            "stop": 874332759
        },
        {
            "start": 874332779,
            "stop": 874332889
        },
        {
            "start": 874332911,
            "stop": 874332920
        },
        {
            "start": 874332951,
            "stop": 874333002
        }
    ]
}