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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1317",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1318,
    "results": [
        {
            "start": 962922931,
            "stop": 962923037
        },
        {
            "start": 962923039,
            "stop": 962923376
        },
        {
            "start": 962923377,
            "stop": 962924266
        },
        {
            "start": 962924268,
            "stop": 962924446
        },
        {
            "start": 962924448,
            "stop": 962925656
        },
        {
            "start": 962925657,
            "stop": 962925743
        },
        {
            "start": 962925744,
            "stop": 962925821
        },
        {
            "start": 962925823,
            "stop": 962926097
        },
        {
            "start": 962926099,
            "stop": 962926165
        },
        {
            "start": 962926167,
            "stop": 962926542
        },
        {
            "start": 962926544,
            "stop": 962926576
        },
        {
            "start": 962949992,
            "stop": 962954871
        },
        {
            "start": 962955934,
            "stop": 962962175
        },
        {
            "start": 962962176,
            "stop": 962967225
        },
        {
            "start": 962982135,
            "stop": 962986811
        },
        {
            "start": 962986812,
            "stop": 962987035
        },
        {
            "start": 962987036,
            "stop": 962987661
        },
        {
            "start": 962988902,
            "stop": 962991310
        },
        {
            "start": 962991311,
            "stop": 962995230
        },
        {
            "start": 962996673,
            "stop": 962997342
        }
    ]
}