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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=58",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 59,
    "results": [
        {
            "start": 816675516,
            "stop": 816675540
        },
        {
            "start": 816675571,
            "stop": 816675585
        },
        {
            "start": 816675604,
            "stop": 816675693
        },
        {
            "start": 816675712,
            "stop": 816675751
        },
        {
            "start": 816676673,
            "stop": 816676676
        },
        {
            "start": 816676695,
            "stop": 816676743
        },
        {
            "start": 816676746,
            "stop": 816676773
        },
        {
            "start": 816676779,
            "stop": 816676784
        },
        {
            "start": 816676791,
            "stop": 816676812
        },
        {
            "start": 816676832,
            "stop": 816676834
        },
        {
            "start": 816676837,
            "stop": 816676845
        },
        {
            "start": 816676849,
            "stop": 816676896
        },
        {
            "start": 816676899,
            "stop": 816676912
        },
        {
            "start": 816676915,
            "stop": 816676938
        },
        {
            "start": 816676958,
            "stop": 816676962
        },
        {
            "start": 816676994,
            "stop": 816677032
        },
        {
            "start": 816677035,
            "stop": 816677049
        },
        {
            "start": 816677057,
            "stop": 816677078
        },
        {
            "start": 816677086,
            "stop": 816677109
        },
        {
            "start": 816677113,
            "stop": 816677155
        }
    ]
}