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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=119",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 120,
    "results": [
        {
            "start": 821272940,
            "stop": 821273000
        },
        {
            "start": 821273411,
            "stop": 821273711
        },
        {
            "start": 821273855,
            "stop": 821274035
        },
        {
            "start": 821274377,
            "stop": 821274497
        },
        {
            "start": 821274859,
            "stop": 821275099
        },
        {
            "start": 821275607,
            "stop": 821275667
        },
        {
            "start": 821275839,
            "stop": 821275899
        },
        {
            "start": 821276780,
            "stop": 821276960
        },
        {
            "start": 821277108,
            "stop": 821277348
        },
        {
            "start": 821277480,
            "stop": 821277660
        },
        {
            "start": 821279822,
            "stop": 821279942
        },
        {
            "start": 821280102,
            "stop": 821280402
        },
        {
            "start": 821280799,
            "stop": 821280919
        },
        {
            "start": 821314020,
            "stop": 821314080
        },
        {
            "start": 821314245,
            "stop": 821314305
        },
        {
            "start": 821315019,
            "stop": 821315259
        },
        {
            "start": 821315476,
            "stop": 821315716
        },
        {
            "start": 821315864,
            "stop": 821316224
        },
        {
            "start": 821316407,
            "stop": 821316647
        },
        {
            "start": 821316836,
            "stop": 821317076
        }
    ]
}