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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=113",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 114,
    "results": [
        {
            "start": 1239859273,
            "stop": 1239859391
        },
        {
            "start": 1239859393,
            "stop": 1239859512
        },
        {
            "start": 1239859513,
            "stop": 1239859631
        },
        {
            "start": 1239859633,
            "stop": 1239859751
        },
        {
            "start": 1239859753,
            "stop": 1239859871
        },
        {
            "start": 1239859873,
            "stop": 1239859991
        },
        {
            "start": 1239859993,
            "stop": 1239860111
        },
        {
            "start": 1239860113,
            "stop": 1239860231
        },
        {
            "start": 1239860233,
            "stop": 1239860351
        },
        {
            "start": 1239860353,
            "stop": 1239860471
        },
        {
            "start": 1239860473,
            "stop": 1239860591
        },
        {
            "start": 1239860593,
            "stop": 1239860711
        },
        {
            "start": 1239860713,
            "stop": 1239860831
        },
        {
            "start": 1239860833,
            "stop": 1239860951
        },
        {
            "start": 1239860953,
            "stop": 1239861071
        },
        {
            "start": 1239861073,
            "stop": 1239861191
        },
        {
            "start": 1239861193,
            "stop": 1239861311
        },
        {
            "start": 1239861313,
            "stop": 1239861431
        },
        {
            "start": 1239861433,
            "stop": 1239861551
        },
        {
            "start": 1239861553,
            "stop": 1239861671
        }
    ]
}