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_H1L1/segments?format=api&page=60
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_H1L1/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=59",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 60,
    "results": [
        {
            "start": 819364567,
            "stop": 819368647
        },
        {
            "start": 819368808,
            "stop": 819369108
        },
        {
            "start": 819369277,
            "stop": 819370057
        },
        {
            "start": 819371391,
            "stop": 819371871
        },
        {
            "start": 819372018,
            "stop": 819374178
        },
        {
            "start": 819374208,
            "stop": 819375138
        },
        {
            "start": 819375272,
            "stop": 819375512
        },
        {
            "start": 819375657,
            "stop": 819375717
        },
        {
            "start": 819375867,
            "stop": 819376467
        },
        {
            "start": 819376610,
            "stop": 819377690
        },
        {
            "start": 819379113,
            "stop": 819379173
        },
        {
            "start": 819379325,
            "stop": 819380045
        },
        {
            "start": 819381064,
            "stop": 819382864
        },
        {
            "start": 819383014,
            "stop": 819383824
        },
        {
            "start": 819386446,
            "stop": 819386686
        },
        {
            "start": 819386894,
            "stop": 819387194
        },
        {
            "start": 819387350,
            "stop": 819388730
        },
        {
            "start": 819389132,
            "stop": 819389312
        },
        {
            "start": 819389464,
            "stop": 819389644
        },
        {
            "start": 819390006,
            "stop": 819390066
        }
    ]
}