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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=372",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 373,
    "results": [
        {
            "start": 835849218,
            "stop": 835849278
        },
        {
            "start": 835853720,
            "stop": 835853840
        },
        {
            "start": 835853973,
            "stop": 835854273
        },
        {
            "start": 835854405,
            "stop": 835854525
        },
        {
            "start": 835854663,
            "stop": 835858083
        },
        {
            "start": 835858495,
            "stop": 835861555
        },
        {
            "start": 835863492,
            "stop": 835863552
        },
        {
            "start": 835863702,
            "stop": 835864962
        },
        {
            "start": 835865112,
            "stop": 835867992
        },
        {
            "start": 835868202,
            "stop": 835869762
        },
        {
            "start": 835869912,
            "stop": 835870722
        },
        {
            "start": 835870872,
            "stop": 835872042
        },
        {
            "start": 835872072,
            "stop": 835879962
        },
        {
            "start": 835880914,
            "stop": 835883134
        },
        {
            "start": 835883393,
            "stop": 835886453
        },
        {
            "start": 835886614,
            "stop": 835886734
        },
        {
            "start": 835887064,
            "stop": 835887244
        },
        {
            "start": 835888294,
            "stop": 835888354
        },
        {
            "start": 835888733,
            "stop": 835889453
        },
        {
            "start": 835889750,
            "stop": 835890170
        }
    ]
}