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=5319
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=5320",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5318",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5319,
    "results": [
        {
            "start": 1137214733,
            "stop": 1137214734
        },
        {
            "start": 1137214735,
            "stop": 1137214737
        },
        {
            "start": 1137214740,
            "stop": 1137214782
        },
        {
            "start": 1137214786,
            "stop": 1137214803
        },
        {
            "start": 1137214804,
            "stop": 1137214861
        },
        {
            "start": 1137214863,
            "stop": 1137214875
        },
        {
            "start": 1137214877,
            "stop": 1137214879
        },
        {
            "start": 1137214883,
            "stop": 1137214973
        },
        {
            "start": 1137214975,
            "stop": 1137214996
        },
        {
            "start": 1137214998,
            "stop": 1137215117
        },
        {
            "start": 1137215121,
            "stop": 1137215149
        },
        {
            "start": 1137215151,
            "stop": 1137215322
        },
        {
            "start": 1137215324,
            "stop": 1137215408
        },
        {
            "start": 1137215410,
            "stop": 1137215412
        },
        {
            "start": 1137215414,
            "stop": 1137215973
        },
        {
            "start": 1137215975,
            "stop": 1137216007
        },
        {
            "start": 1137216009,
            "stop": 1137216018
        },
        {
            "start": 1137216019,
            "stop": 1137216028
        },
        {
            "start": 1137216030,
            "stop": 1137216117
        },
        {
            "start": 1137216119,
            "stop": 1137216122
        }
    ]
}