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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9961",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9962,
    "results": [
        {
            "start": 875054932,
            "stop": 875055171
        },
        {
            "start": 875055174,
            "stop": 875055452
        },
        {
            "start": 875055455,
            "stop": 875055491
        },
        {
            "start": 875055494,
            "stop": 875056129
        },
        {
            "start": 875056132,
            "stop": 875056206
        },
        {
            "start": 875056211,
            "stop": 875056367
        },
        {
            "start": 875056370,
            "stop": 875056372
        },
        {
            "start": 875056375,
            "stop": 875061244
        },
        {
            "start": 875061320,
            "stop": 875062744
        },
        {
            "start": 875062747,
            "stop": 875062998
        },
        {
            "start": 875063001,
            "stop": 875064633
        },
        {
            "start": 875064637,
            "stop": 875064660
        },
        {
            "start": 875064663,
            "stop": 875064680
        },
        {
            "start": 875064683,
            "stop": 875064733
        },
        {
            "start": 875064736,
            "stop": 875064761
        },
        {
            "start": 875064764,
            "stop": 875064771
        },
        {
            "start": 875064774,
            "stop": 875064894
        },
        {
            "start": 875064897,
            "stop": 875068236
        },
        {
            "start": 875068239,
            "stop": 875071406
        },
        {
            "start": 875071409,
            "stop": 875073377
        }
    ]
}