Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=211
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=210",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 211,
    "results": [
        {
            "start": 1126859613,
            "stop": 1126859635
        },
        {
            "start": 1126859639,
            "stop": 1126859640
        },
        {
            "start": 1126859642,
            "stop": 1126859651
        },
        {
            "start": 1126859653,
            "stop": 1126859654
        },
        {
            "start": 1126859655,
            "stop": 1126859706
        },
        {
            "start": 1126859708,
            "stop": 1126859779
        },
        {
            "start": 1126859786,
            "stop": 1126859868
        },
        {
            "start": 1126859870,
            "stop": 1126859932
        },
        {
            "start": 1126859934,
            "stop": 1126859942
        },
        {
            "start": 1126859943,
            "stop": 1126859946
        },
        {
            "start": 1126859947,
            "stop": 1126859948
        },
        {
            "start": 1126859950,
            "stop": 1126859951
        },
        {
            "start": 1126859952,
            "stop": 1126859956
        },
        {
            "start": 1126859957,
            "stop": 1126859958
        },
        {
            "start": 1126859962,
            "stop": 1126859966
        },
        {
            "start": 1126859967,
            "stop": 1126859968
        },
        {
            "start": 1126859969,
            "stop": 1126859970
        },
        {
            "start": 1126859971,
            "stop": 1126859973
        },
        {
            "start": 1126859977,
            "stop": 1126860019
        },
        {
            "start": 1126860020,
            "stop": 1126860044
        }
    ]
}