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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1943",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1941",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1942,
    "results": [
        {
            "start": 1252702818,
            "stop": 1252702819
        },
        {
            "start": 1252708431,
            "stop": 1252709566
        },
        {
            "start": 1252709568,
            "stop": 1252710456
        },
        {
            "start": 1252710459,
            "stop": 1252710867
        },
        {
            "start": 1252710870,
            "stop": 1252711077
        },
        {
            "start": 1252711080,
            "stop": 1252712932
        },
        {
            "start": 1252712934,
            "stop": 1252719582
        },
        {
            "start": 1252719585,
            "stop": 1252720350
        },
        {
            "start": 1252720353,
            "stop": 1252720395
        },
        {
            "start": 1252720403,
            "stop": 1252720640
        },
        {
            "start": 1252720937,
            "stop": 1252721044
        },
        {
            "start": 1252721046,
            "stop": 1252722981
        },
        {
            "start": 1252722984,
            "stop": 1252722998
        },
        {
            "start": 1252723001,
            "stop": 1252723394
        },
        {
            "start": 1252723397,
            "stop": 1252725931
        },
        {
            "start": 1252725934,
            "stop": 1252726303
        },
        {
            "start": 1252726306,
            "stop": 1252729750
        },
        {
            "start": 1252729753,
            "stop": 1252731135
        },
        {
            "start": 1252731143,
            "stop": 1252731882
        },
        {
            "start": 1252731885,
            "stop": 1252733022
        }
    ]
}