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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10272",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10273,
    "results": [
        {
            "start": 874813800,
            "stop": 874814297
        },
        {
            "start": 874814305,
            "stop": 874814340
        },
        {
            "start": 874814400,
            "stop": 874815540
        },
        {
            "start": 874815600,
            "stop": 874815793
        },
        {
            "start": 874815800,
            "stop": 874815815
        },
        {
            "start": 874815823,
            "stop": 874815840
        },
        {
            "start": 874815900,
            "stop": 874816057
        },
        {
            "start": 874816064,
            "stop": 874816111
        },
        {
            "start": 874816128,
            "stop": 874816138
        },
        {
            "start": 874816146,
            "stop": 874816200
        },
        {
            "start": 874816260,
            "stop": 874816356
        },
        {
            "start": 874816364,
            "stop": 874816493
        },
        {
            "start": 874816529,
            "stop": 874817339
        },
        {
            "start": 874817347,
            "stop": 874817580
        },
        {
            "start": 874819325,
            "stop": 874819374
        },
        {
            "start": 874819560,
            "stop": 874819740
        },
        {
            "start": 874819800,
            "stop": 874819845
        },
        {
            "start": 874819881,
            "stop": 874819991
        },
        {
            "start": 874819998,
            "stop": 874820040
        },
        {
            "start": 874820100,
            "stop": 874820170
        }
    ]
}