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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=281",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 282,
    "results": [
        {
            "start": 831345405,
            "stop": 831346965
        },
        {
            "start": 831347115,
            "stop": 831348105
        },
        {
            "start": 831348274,
            "stop": 831348334
        },
        {
            "start": 831352016,
            "stop": 831353336
        },
        {
            "start": 831353555,
            "stop": 831353615
        },
        {
            "start": 831353880,
            "stop": 831354180
        },
        {
            "start": 831354352,
            "stop": 831355132
        },
        {
            "start": 831361063,
            "stop": 831361483
        },
        {
            "start": 831361631,
            "stop": 831361871
        },
        {
            "start": 831362048,
            "stop": 831362228
        },
        {
            "start": 831364663,
            "stop": 831364723
        },
        {
            "start": 831422129,
            "stop": 831422189
        },
        {
            "start": 831423926,
            "stop": 831424106
        },
        {
            "start": 831424423,
            "stop": 831424903
        },
        {
            "start": 831425219,
            "stop": 831425279
        },
        {
            "start": 831425735,
            "stop": 831426335
        },
        {
            "start": 831426485,
            "stop": 831427535
        },
        {
            "start": 831427711,
            "stop": 831428191
        },
        {
            "start": 831428520,
            "stop": 831428970
        },
        {
            "start": 831429185,
            "stop": 831437045
        }
    ]
}