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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=261",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 262,
    "results": [
        {
            "start": 1241683416,
            "stop": 1241683489
        },
        {
            "start": 1241683490,
            "stop": 1241683754
        },
        {
            "start": 1241683761,
            "stop": 1241683984
        },
        {
            "start": 1241683986,
            "stop": 1241684049
        },
        {
            "start": 1241684052,
            "stop": 1241684055
        },
        {
            "start": 1241684058,
            "stop": 1241684065
        },
        {
            "start": 1241684066,
            "stop": 1241684069
        },
        {
            "start": 1241684072,
            "stop": 1241684160
        },
        {
            "start": 1241684163,
            "stop": 1241684172
        },
        {
            "start": 1241684178,
            "stop": 1241684187
        },
        {
            "start": 1241684188,
            "stop": 1241684266
        },
        {
            "start": 1241684269,
            "stop": 1241684285
        },
        {
            "start": 1241684286,
            "stop": 1241684287
        },
        {
            "start": 1241684288,
            "stop": 1241684400
        },
        {
            "start": 1241684402,
            "stop": 1241684540
        },
        {
            "start": 1241684542,
            "stop": 1241684546
        },
        {
            "start": 1241684548,
            "stop": 1241684609
        },
        {
            "start": 1241684611,
            "stop": 1241684619
        },
        {
            "start": 1241684620,
            "stop": 1241684636
        },
        {
            "start": 1241684637,
            "stop": 1241684674
        }
    ]
}