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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=241",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 242,
    "results": [
        {
            "start": 827918111,
            "stop": 827918471
        },
        {
            "start": 827918832,
            "stop": 827919072
        },
        {
            "start": 827919257,
            "stop": 827919317
        },
        {
            "start": 827919486,
            "stop": 827919606
        },
        {
            "start": 827919910,
            "stop": 827920630
        },
        {
            "start": 827920793,
            "stop": 827920913
        },
        {
            "start": 827921048,
            "stop": 827921648
        },
        {
            "start": 827931694,
            "stop": 827931814
        },
        {
            "start": 827932095,
            "stop": 827932275
        },
        {
            "start": 827932436,
            "stop": 827932556
        },
        {
            "start": 827932812,
            "stop": 827933532
        },
        {
            "start": 827933892,
            "stop": 827934132
        },
        {
            "start": 827934670,
            "stop": 827935390
        },
        {
            "start": 827941498,
            "stop": 827941978
        },
        {
            "start": 827942396,
            "stop": 827942456
        },
        {
            "start": 827942613,
            "stop": 827942793
        },
        {
            "start": 827943041,
            "stop": 827943521
        },
        {
            "start": 827943862,
            "stop": 827944102
        },
        {
            "start": 827944245,
            "stop": 827945505
        },
        {
            "start": 827945677,
            "stop": 827945737
        }
    ]
}