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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15934",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15932",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15933,
    "results": [
        {
            "start": 971402631,
            "stop": 971402639
        },
        {
            "start": 971402640,
            "stop": 971402642
        },
        {
            "start": 971402643,
            "stop": 971402647
        },
        {
            "start": 971402649,
            "stop": 971402651
        },
        {
            "start": 971402652,
            "stop": 971402659
        },
        {
            "start": 971402661,
            "stop": 971402667
        },
        {
            "start": 971402668,
            "stop": 971402709
        },
        {
            "start": 971402711,
            "stop": 971402717
        },
        {
            "start": 971402719,
            "stop": 971402721
        },
        {
            "start": 971402724,
            "stop": 971402733
        },
        {
            "start": 971402736,
            "stop": 971402769
        },
        {
            "start": 971402773,
            "stop": 971402776
        },
        {
            "start": 971402778,
            "stop": 971402779
        },
        {
            "start": 971402781,
            "stop": 971402819
        },
        {
            "start": 971402820,
            "stop": 971402824
        },
        {
            "start": 971402825,
            "stop": 971402827
        },
        {
            "start": 971402829,
            "stop": 971402837
        },
        {
            "start": 971402839,
            "stop": 971402841
        },
        {
            "start": 971402844,
            "stop": 971402853
        },
        {
            "start": 971402854,
            "stop": 971402861
        }
    ]
}