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/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=199
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=198",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 199,
    "results": [
        {
            "start": 931483836,
            "stop": 931483837
        },
        {
            "start": 931483839,
            "stop": 931483851
        },
        {
            "start": 931483853,
            "stop": 931483871
        },
        {
            "start": 931483874,
            "stop": 931483875
        },
        {
            "start": 931483877,
            "stop": 931483889
        },
        {
            "start": 931483892,
            "stop": 931483894
        },
        {
            "start": 931483897,
            "stop": 931483900
        },
        {
            "start": 931483902,
            "stop": 931483903
        },
        {
            "start": 931483911,
            "stop": 931483924
        },
        {
            "start": 931483926,
            "stop": 931483958
        },
        {
            "start": 931483960,
            "stop": 931483962
        },
        {
            "start": 931483963,
            "stop": 931483975
        },
        {
            "start": 931483980,
            "stop": 931483982
        },
        {
            "start": 931483985,
            "stop": 931483996
        },
        {
            "start": 931483999,
            "stop": 931484006
        },
        {
            "start": 931484011,
            "stop": 931484017
        },
        {
            "start": 931484025,
            "stop": 931484026
        },
        {
            "start": 931484030,
            "stop": 931484036
        },
        {
            "start": 931484039,
            "stop": 931484058
        },
        {
            "start": 931484061,
            "stop": 931484064
        }
    ]
}