Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5008
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5007",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5008,
    "results": [
        {
            "start": 874546131,
            "stop": 874546154
        },
        {
            "start": 874546161,
            "stop": 874546169
        },
        {
            "start": 874546176,
            "stop": 874546177
        },
        {
            "start": 874546184,
            "stop": 874546212
        },
        {
            "start": 874546220,
            "stop": 874546232
        },
        {
            "start": 874546249,
            "stop": 874546311
        },
        {
            "start": 874546318,
            "stop": 874546345
        },
        {
            "start": 874546353,
            "stop": 874546374
        },
        {
            "start": 874546388,
            "stop": 874546392
        },
        {
            "start": 874546399,
            "stop": 874546529
        },
        {
            "start": 874546537,
            "stop": 874546558
        },
        {
            "start": 874546565,
            "stop": 874546604
        },
        {
            "start": 874546612,
            "stop": 874546628
        },
        {
            "start": 874546636,
            "stop": 874546659
        },
        {
            "start": 874546671,
            "stop": 874546674
        },
        {
            "start": 874546681,
            "stop": 874546692
        },
        {
            "start": 874546699,
            "stop": 874546715
        },
        {
            "start": 874546723,
            "stop": 874546759
        },
        {
            "start": 874546766,
            "stop": 874546850
        },
        {
            "start": 874546857,
            "stop": 874546867
        }
    ]
}