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=5024
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=5025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5023",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5024,
    "results": [
        {
            "start": 874560714,
            "stop": 874560785
        },
        {
            "start": 874560792,
            "stop": 874560838
        },
        {
            "start": 874560845,
            "stop": 874560965
        },
        {
            "start": 874560972,
            "stop": 874561048
        },
        {
            "start": 874561056,
            "stop": 874561079
        },
        {
            "start": 874561086,
            "stop": 874561144
        },
        {
            "start": 874561151,
            "stop": 874561181
        },
        {
            "start": 874561193,
            "stop": 874561245
        },
        {
            "start": 874561252,
            "stop": 874561364
        },
        {
            "start": 874561376,
            "stop": 874561416
        },
        {
            "start": 874561423,
            "stop": 874561460
        },
        {
            "start": 874561467,
            "stop": 874561473
        },
        {
            "start": 874561489,
            "stop": 874561499
        },
        {
            "start": 874561506,
            "stop": 874561521
        },
        {
            "start": 874561528,
            "stop": 874561555
        },
        {
            "start": 874561562,
            "stop": 874561563
        },
        {
            "start": 874561577,
            "stop": 874561616
        },
        {
            "start": 874561626,
            "stop": 874561661
        },
        {
            "start": 874561668,
            "stop": 874561676
        },
        {
            "start": 874561684,
            "stop": 874561698
        }
    ]
}