Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=48",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 49,
    "results": [
        {
            "start": 816602676,
            "stop": 816602735
        },
        {
            "start": 816602741,
            "stop": 816602841
        },
        {
            "start": 816602844,
            "stop": 816602879
        },
        {
            "start": 816602882,
            "stop": 816602957
        },
        {
            "start": 816602960,
            "stop": 816603051
        },
        {
            "start": 816603054,
            "stop": 816603095
        },
        {
            "start": 816603104,
            "stop": 816603166
        },
        {
            "start": 816603186,
            "stop": 816603226
        },
        {
            "start": 816603242,
            "stop": 816603452
        },
        {
            "start": 816603473,
            "stop": 816603790
        },
        {
            "start": 816603794,
            "stop": 816603962
        },
        {
            "start": 816603965,
            "stop": 816604088
        },
        {
            "start": 816604095,
            "stop": 816604219
        },
        {
            "start": 816604228,
            "stop": 816604305
        },
        {
            "start": 816604308,
            "stop": 816604349
        },
        {
            "start": 816604358,
            "stop": 816604406
        },
        {
            "start": 816604410,
            "stop": 816604495
        },
        {
            "start": 816604499,
            "stop": 816604553
        },
        {
            "start": 816604556,
            "stop": 816604656
        },
        {
            "start": 816604659,
            "stop": 816604706
        }
    ]
}