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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=119",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 120,
    "results": [
        {
            "start": 831934123,
            "stop": 831934125
        },
        {
            "start": 831934593,
            "stop": 831936550
        },
        {
            "start": 831937979,
            "stop": 831938412
        },
        {
            "start": 831940703,
            "stop": 831941533
        },
        {
            "start": 831944172,
            "stop": 831946873
        },
        {
            "start": 831947878,
            "stop": 831966853
        },
        {
            "start": 831968048,
            "stop": 831971508
        },
        {
            "start": 831972543,
            "stop": 831973513
        },
        {
            "start": 831974098,
            "stop": 831975005
        },
        {
            "start": 831975636,
            "stop": 831978424
        },
        {
            "start": 831979811,
            "stop": 831980048
        },
        {
            "start": 831980872,
            "stop": 831986586
        },
        {
            "start": 831987552,
            "stop": 831990193
        },
        {
            "start": 831990213,
            "stop": 831990214
        },
        {
            "start": 832029278,
            "stop": 832030611
        },
        {
            "start": 832030623,
            "stop": 832031029
        },
        {
            "start": 832033064,
            "stop": 832038793
        },
        {
            "start": 832039705,
            "stop": 832051333
        },
        {
            "start": 832052260,
            "stop": 832054093
        },
        {
            "start": 832055032,
            "stop": 832057429
        }
    ]
}