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/S6/timelines/L1_CW_CAT1/segments?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=13",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 14,
    "results": [
        {
            "start": 933159241,
            "stop": 933161550
        },
        {
            "start": 933165671,
            "stop": 933177060
        },
        {
            "start": 933183532,
            "stop": 933183623
        },
        {
            "start": 933183940,
            "stop": 933187670
        },
        {
            "start": 933190106,
            "stop": 933199622
        },
        {
            "start": 933199781,
            "stop": 933218582
        },
        {
            "start": 933220514,
            "stop": 933242396
        },
        {
            "start": 933246646,
            "stop": 933247609
        },
        {
            "start": 933251473,
            "stop": 933272751
        },
        {
            "start": 933275848,
            "stop": 933280610
        },
        {
            "start": 933282481,
            "stop": 933307012
        },
        {
            "start": 933308352,
            "stop": 933308713
        },
        {
            "start": 933311514,
            "stop": 933318454
        },
        {
            "start": 933319824,
            "stop": 933322877
        },
        {
            "start": 933323436,
            "stop": 933333054
        },
        {
            "start": 933335278,
            "stop": 933338910
        },
        {
            "start": 933340113,
            "stop": 933343611
        },
        {
            "start": 933346794,
            "stop": 933350729
        },
        {
            "start": 933351450,
            "stop": 933354897
        },
        {
            "start": 933356789,
            "stop": 933357315
        }
    ]
}