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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1326",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1324",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1325,
    "results": [
        {
            "start": 963568030,
            "stop": 963573170
        },
        {
            "start": 963573172,
            "stop": 963573216
        },
        {
            "start": 963579544,
            "stop": 963581480
        },
        {
            "start": 963587499,
            "stop": 963587556
        },
        {
            "start": 963594663,
            "stop": 963595699
        },
        {
            "start": 963608140,
            "stop": 963609508
        },
        {
            "start": 963610516,
            "stop": 963610612
        },
        {
            "start": 963610613,
            "stop": 963613822
        },
        {
            "start": 963613825,
            "stop": 963616522
        },
        {
            "start": 963617625,
            "stop": 963619449
        },
        {
            "start": 963620656,
            "stop": 963625412
        },
        {
            "start": 963625413,
            "stop": 963628099
        },
        {
            "start": 963628100,
            "stop": 963629371
        },
        {
            "start": 963630008,
            "stop": 963630766
        },
        {
            "start": 963630767,
            "stop": 963631228
        },
        {
            "start": 963631230,
            "stop": 963631294
        },
        {
            "start": 963631296,
            "stop": 963637184
        },
        {
            "start": 963637185,
            "stop": 963643587
        },
        {
            "start": 963643588,
            "stop": 963654513
        },
        {
            "start": 963684258,
            "stop": 963684773
        }
    ]
}