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=8238
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=8239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8237",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8238,
    "results": [
        {
            "start": 873754353,
            "stop": 873754372
        },
        {
            "start": 873754800,
            "stop": 873754860
        },
        {
            "start": 873754920,
            "stop": 873754980
        },
        {
            "start": 873755040,
            "stop": 873755104
        },
        {
            "start": 873755123,
            "stop": 873755160
        },
        {
            "start": 873755520,
            "stop": 873755521
        },
        {
            "start": 873755541,
            "stop": 873755560
        },
        {
            "start": 873755579,
            "stop": 873755611
        },
        {
            "start": 873755631,
            "stop": 873755645
        },
        {
            "start": 873755664,
            "stop": 873755704
        },
        {
            "start": 873755731,
            "stop": 873755788
        },
        {
            "start": 873755808,
            "stop": 873755820
        },
        {
            "start": 873756000,
            "stop": 873756060
        },
        {
            "start": 873756120,
            "stop": 873756196
        },
        {
            "start": 873756213,
            "stop": 873756219
        },
        {
            "start": 873756246,
            "stop": 873756265
        },
        {
            "start": 873756284,
            "stop": 873756469
        },
        {
            "start": 873756568,
            "stop": 873756660
        },
        {
            "start": 873756720,
            "stop": 873756744
        },
        {
            "start": 873756764,
            "stop": 873756937
        }
    ]
}