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/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1926
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=1927",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1925",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1926,
    "results": [
        {
            "start": 1252211148,
            "stop": 1252211572
        },
        {
            "start": 1252219759,
            "stop": 1252220466
        },
        {
            "start": 1252220468,
            "stop": 1252223950
        },
        {
            "start": 1252223953,
            "stop": 1252224417
        },
        {
            "start": 1252258720,
            "stop": 1252259114
        },
        {
            "start": 1252259116,
            "stop": 1252259168
        },
        {
            "start": 1252259171,
            "stop": 1252259292
        },
        {
            "start": 1252259295,
            "stop": 1252260804
        },
        {
            "start": 1252260807,
            "stop": 1252263278
        },
        {
            "start": 1252263281,
            "stop": 1252263972
        },
        {
            "start": 1252263975,
            "stop": 1252265295
        },
        {
            "start": 1252265298,
            "stop": 1252266498
        },
        {
            "start": 1252266501,
            "stop": 1252267225
        },
        {
            "start": 1252281103,
            "stop": 1252282146
        },
        {
            "start": 1252282148,
            "stop": 1252282424
        },
        {
            "start": 1252282426,
            "stop": 1252284265
        },
        {
            "start": 1252284268,
            "stop": 1252284637
        },
        {
            "start": 1252284640,
            "stop": 1252284773
        },
        {
            "start": 1252284776,
            "stop": 1252288648
        },
        {
            "start": 1252288651,
            "stop": 1252289419
        }
    ]
}