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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=112",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 113,
    "results": [
        {
            "start": 1239856873,
            "stop": 1239856992
        },
        {
            "start": 1239856993,
            "stop": 1239857112
        },
        {
            "start": 1239857113,
            "stop": 1239857232
        },
        {
            "start": 1239857233,
            "stop": 1239857352
        },
        {
            "start": 1239857353,
            "stop": 1239857472
        },
        {
            "start": 1239857473,
            "stop": 1239857592
        },
        {
            "start": 1239857593,
            "stop": 1239857712
        },
        {
            "start": 1239857713,
            "stop": 1239857832
        },
        {
            "start": 1239857833,
            "stop": 1239857952
        },
        {
            "start": 1239857953,
            "stop": 1239858072
        },
        {
            "start": 1239858073,
            "stop": 1239858192
        },
        {
            "start": 1239858193,
            "stop": 1239858312
        },
        {
            "start": 1239858313,
            "stop": 1239858431
        },
        {
            "start": 1239858433,
            "stop": 1239858551
        },
        {
            "start": 1239858553,
            "stop": 1239858671
        },
        {
            "start": 1239858673,
            "stop": 1239858791
        },
        {
            "start": 1239858793,
            "stop": 1239858911
        },
        {
            "start": 1239858913,
            "stop": 1239859031
        },
        {
            "start": 1239859033,
            "stop": 1239859151
        },
        {
            "start": 1239859153,
            "stop": 1239859271
        }
    ]
}