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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=284",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 285,
    "results": [
        {
            "start": 818370482,
            "stop": 818370633
        },
        {
            "start": 818370700,
            "stop": 818370711
        },
        {
            "start": 818370740,
            "stop": 818370812
        },
        {
            "start": 818370833,
            "stop": 818370921
        },
        {
            "start": 818370959,
            "stop": 818371212
        },
        {
            "start": 818371247,
            "stop": 818371267
        },
        {
            "start": 818373732,
            "stop": 818373842
        },
        {
            "start": 818373962,
            "stop": 818374054
        },
        {
            "start": 818374107,
            "stop": 818374493
        },
        {
            "start": 818374537,
            "stop": 818374544
        },
        {
            "start": 818374564,
            "stop": 818374610
        },
        {
            "start": 818374630,
            "stop": 818375225
        },
        {
            "start": 818375245,
            "stop": 818376058
        },
        {
            "start": 818376108,
            "stop": 818376112
        },
        {
            "start": 818376139,
            "stop": 818376182
        },
        {
            "start": 818376201,
            "stop": 818376245
        },
        {
            "start": 818376280,
            "stop": 818376506
        },
        {
            "start": 818376535,
            "stop": 818376605
        },
        {
            "start": 818376647,
            "stop": 818377641
        },
        {
            "start": 818377662,
            "stop": 818377679
        }
    ]
}