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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8333",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8334,
    "results": [
        {
            "start": 874459433,
            "stop": 874459629
        },
        {
            "start": 874459653,
            "stop": 874459833
        },
        {
            "start": 874459865,
            "stop": 874460019
        },
        {
            "start": 874460038,
            "stop": 874460532
        },
        {
            "start": 874460553,
            "stop": 874460558
        },
        {
            "start": 874460577,
            "stop": 874460632
        },
        {
            "start": 874460652,
            "stop": 874460685
        },
        {
            "start": 874460711,
            "stop": 874460712
        },
        {
            "start": 874460731,
            "stop": 874463099
        },
        {
            "start": 874463140,
            "stop": 874463148
        },
        {
            "start": 874463171,
            "stop": 874463174
        },
        {
            "start": 874463193,
            "stop": 874463222
        },
        {
            "start": 874463241,
            "stop": 874463412
        },
        {
            "start": 874463431,
            "stop": 874463639
        },
        {
            "start": 874463658,
            "stop": 874463788
        },
        {
            "start": 874463839,
            "stop": 874463847
        },
        {
            "start": 874463866,
            "stop": 874463891
        },
        {
            "start": 874463922,
            "stop": 874464198
        },
        {
            "start": 874464222,
            "stop": 874464680
        },
        {
            "start": 874464706,
            "stop": 874464959
        }
    ]
}