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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=168",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 169,
    "results": [
        {
            "start": 819324987,
            "stop": 819325131
        },
        {
            "start": 819326210,
            "stop": 819326952
        },
        {
            "start": 819327002,
            "stop": 819329130
        },
        {
            "start": 819329370,
            "stop": 819360116
        },
        {
            "start": 819360124,
            "stop": 819360144
        },
        {
            "start": 819360152,
            "stop": 819360204
        },
        {
            "start": 819360217,
            "stop": 819360242
        },
        {
            "start": 819360258,
            "stop": 819360316
        },
        {
            "start": 819360326,
            "stop": 819360346
        },
        {
            "start": 819360353,
            "stop": 819360384
        },
        {
            "start": 819360392,
            "stop": 819360400
        },
        {
            "start": 819360411,
            "stop": 819360412
        },
        {
            "start": 819360428,
            "stop": 819360449
        },
        {
            "start": 819360456,
            "stop": 819360461
        },
        {
            "start": 819360546,
            "stop": 819360547
        },
        {
            "start": 819360563,
            "stop": 819360570
        },
        {
            "start": 819361153,
            "stop": 819361167
        },
        {
            "start": 819361190,
            "stop": 819361271
        },
        {
            "start": 819361282,
            "stop": 819361367
        },
        {
            "start": 819361380,
            "stop": 819369197
        }
    ]
}