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=666
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=667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=665",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 666,
    "results": [
        {
            "start": 853139288,
            "stop": 853143548
        },
        {
            "start": 853144560,
            "stop": 853152780
        },
        {
            "start": 853152930,
            "stop": 853159200
        },
        {
            "start": 853159378,
            "stop": 853162138
        },
        {
            "start": 853162400,
            "stop": 853162820
        },
        {
            "start": 853163932,
            "stop": 853170412
        },
        {
            "start": 853171485,
            "stop": 853172445
        },
        {
            "start": 853173158,
            "stop": 853174538
        },
        {
            "start": 853175604,
            "stop": 853175724
        },
        {
            "start": 853175899,
            "stop": 853177189
        },
        {
            "start": 853177380,
            "stop": 853178460
        },
        {
            "start": 853178490,
            "stop": 853180020
        },
        {
            "start": 853181158,
            "stop": 853181398
        },
        {
            "start": 853182289,
            "stop": 853182949
        },
        {
            "start": 853183190,
            "stop": 853184690
        },
        {
            "start": 853185530,
            "stop": 853186790
        },
        {
            "start": 853186940,
            "stop": 853187030
        },
        {
            "start": 853187186,
            "stop": 853187276
        },
        {
            "start": 853188463,
            "stop": 853189003
        },
        {
            "start": 853189334,
            "stop": 853194914
        }
    ]
}