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=709
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=710",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=708",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 709,
    "results": [
        {
            "start": 856371763,
            "stop": 856371883
        },
        {
            "start": 856372251,
            "stop": 856373511
        },
        {
            "start": 856373671,
            "stop": 856374091
        },
        {
            "start": 856374254,
            "stop": 856374374
        },
        {
            "start": 856374544,
            "stop": 856374844
        },
        {
            "start": 856375014,
            "stop": 856375614
        },
        {
            "start": 856375923,
            "stop": 856378383
        },
        {
            "start": 856378543,
            "stop": 856378813
        },
        {
            "start": 856378843,
            "stop": 856381603
        },
        {
            "start": 856381942,
            "stop": 856382002
        },
        {
            "start": 856382122,
            "stop": 856382242
        },
        {
            "start": 856382848,
            "stop": 856382908
        },
        {
            "start": 856385834,
            "stop": 856386614
        },
        {
            "start": 856386795,
            "stop": 856387095
        },
        {
            "start": 856387252,
            "stop": 856387372
        },
        {
            "start": 856387667,
            "stop": 856387727
        },
        {
            "start": 856387864,
            "stop": 856387984
        },
        {
            "start": 856388185,
            "stop": 856388485
        },
        {
            "start": 856390067,
            "stop": 856390667
        },
        {
            "start": 856390827,
            "stop": 856391097
        }
    ]
}