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=4619
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=4620",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4618",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4619,
    "results": [
        {
            "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": 874208907,
            "stop": 874210028
        },
        {
            "start": 874210048,
            "stop": 874210103
        },
        {
            "start": 874210120,
            "stop": 874210152
        },
        {
            "start": 874210176,
            "stop": 874210234
        },
        {
            "start": 874210253,
            "stop": 874210287
        },
        {
            "start": 874210306,
            "stop": 874210430
        },
        {
            "start": 874210449,
            "stop": 874210481
        },
        {
            "start": 874210502,
            "stop": 874210652
        },
        {
            "start": 874210671,
            "stop": 874210771
        },
        {
            "start": 874210790,
            "stop": 874210889
        }
    ]
}