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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=162",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 163,
    "results": [
        {
            "start": 931423710,
            "stop": 931423715
        },
        {
            "start": 931423717,
            "stop": 931423724
        },
        {
            "start": 931423726,
            "stop": 931423777
        },
        {
            "start": 931423779,
            "stop": 931423814
        },
        {
            "start": 931423816,
            "stop": 931423889
        },
        {
            "start": 931423891,
            "stop": 931423910
        },
        {
            "start": 931423912,
            "stop": 931423947
        },
        {
            "start": 931423949,
            "stop": 931423971
        },
        {
            "start": 931423973,
            "stop": 931424020
        },
        {
            "start": 931424022,
            "stop": 931424075
        },
        {
            "start": 931424077,
            "stop": 931424080
        },
        {
            "start": 931424083,
            "stop": 931424110
        },
        {
            "start": 931424112,
            "stop": 931424115
        },
        {
            "start": 931424118,
            "stop": 931424131
        },
        {
            "start": 931424133,
            "stop": 931424179
        },
        {
            "start": 931424181,
            "stop": 931424207
        },
        {
            "start": 931424209,
            "stop": 931424222
        },
        {
            "start": 931424223,
            "stop": 931424225
        },
        {
            "start": 931424227,
            "stop": 931424258
        },
        {
            "start": 931424260,
            "stop": 931424281
        }
    ]
}