Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=999
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=1000",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=998",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 999,
    "results": [
        {
            "start": 873194298,
            "stop": 873195078
        },
        {
            "start": 873195229,
            "stop": 873195349
        },
        {
            "start": 873195706,
            "stop": 873195826
        },
        {
            "start": 873196668,
            "stop": 873196848
        },
        {
            "start": 873197185,
            "stop": 873197785
        },
        {
            "start": 873197947,
            "stop": 873198367
        },
        {
            "start": 873198743,
            "stop": 873198863
        },
        {
            "start": 873199186,
            "stop": 873199786
        },
        {
            "start": 873200372,
            "stop": 873200432
        },
        {
            "start": 873200629,
            "stop": 873200689
        },
        {
            "start": 873201177,
            "stop": 873201297
        },
        {
            "start": 873201550,
            "stop": 873201610
        },
        {
            "start": 873201765,
            "stop": 873202185
        },
        {
            "start": 873202350,
            "stop": 873202770
        },
        {
            "start": 873202921,
            "stop": 873202981
        },
        {
            "start": 873203126,
            "stop": 873203246
        },
        {
            "start": 873203809,
            "stop": 873203869
        },
        {
            "start": 873204019,
            "stop": 873204679
        },
        {
            "start": 873204838,
            "stop": 873204898
        },
        {
            "start": 873205118,
            "stop": 873205718
        }
    ]
}