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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=150",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 151,
    "results": [
        {
            "start": 817141076,
            "stop": 817141088
        },
        {
            "start": 817141153,
            "stop": 817141179
        },
        {
            "start": 817141238,
            "stop": 817141275
        },
        {
            "start": 817141295,
            "stop": 817141296
        },
        {
            "start": 817141324,
            "stop": 817141360
        },
        {
            "start": 817141380,
            "stop": 817141390
        },
        {
            "start": 817141463,
            "stop": 817141468
        },
        {
            "start": 817141520,
            "stop": 817141588
        },
        {
            "start": 817141607,
            "stop": 817141681
        },
        {
            "start": 817141743,
            "stop": 817141778
        },
        {
            "start": 817141813,
            "stop": 817141846
        },
        {
            "start": 817141876,
            "stop": 817141878
        },
        {
            "start": 817141912,
            "stop": 817141927
        },
        {
            "start": 817141972,
            "stop": 817142004
        },
        {
            "start": 817142033,
            "stop": 817142147
        },
        {
            "start": 817142168,
            "stop": 817142188
        },
        {
            "start": 817142226,
            "stop": 817142240
        },
        {
            "start": 817142257,
            "stop": 817142300
        },
        {
            "start": 817142320,
            "stop": 817142344
        },
        {
            "start": 817142371,
            "stop": 817142405
        }
    ]
}