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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=53",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 54,
    "results": [
        {
            "start": 1250719747,
            "stop": 1250722067
        },
        {
            "start": 1250722075,
            "stop": 1250722307
        },
        {
            "start": 1250722315,
            "stop": 1250723827
        },
        {
            "start": 1250723835,
            "stop": 1250723843
        },
        {
            "start": 1250723851,
            "stop": 1250723883
        },
        {
            "start": 1250723891,
            "stop": 1250725875
        },
        {
            "start": 1250725883,
            "stop": 1250725907
        },
        {
            "start": 1250725915,
            "stop": 1250728043
        },
        {
            "start": 1250728051,
            "stop": 1250728395
        },
        {
            "start": 1250728403,
            "stop": 1250729883
        },
        {
            "start": 1250729891,
            "stop": 1250733899
        },
        {
            "start": 1250733907,
            "stop": 1250736651
        },
        {
            "start": 1250736659,
            "stop": 1250736675
        },
        {
            "start": 1250736683,
            "stop": 1250737635
        },
        {
            "start": 1250737643,
            "stop": 1250739147
        },
        {
            "start": 1250739155,
            "stop": 1250742107
        },
        {
            "start": 1250742115,
            "stop": 1250742363
        },
        {
            "start": 1250742371,
            "stop": 1250743771
        },
        {
            "start": 1250743779,
            "stop": 1250749451
        },
        {
            "start": 1250749459,
            "stop": 1250750867
        }
    ]
}