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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=47",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 48,
    "results": [
        {
            "start": 818938998,
            "stop": 818939898
        },
        {
            "start": 818940043,
            "stop": 818940823
        },
        {
            "start": 818940989,
            "stop": 818942009
        },
        {
            "start": 818942298,
            "stop": 818942538
        },
        {
            "start": 818942698,
            "stop": 818942818
        },
        {
            "start": 818942979,
            "stop": 818943279
        },
        {
            "start": 818943496,
            "stop": 818943556
        },
        {
            "start": 818943714,
            "stop": 818943774
        },
        {
            "start": 818943936,
            "stop": 818944236
        },
        {
            "start": 818944416,
            "stop": 818945256
        },
        {
            "start": 818947063,
            "stop": 818948143
        },
        {
            "start": 818948173,
            "stop": 818949163
        },
        {
            "start": 818949326,
            "stop": 818950706
        },
        {
            "start": 818950969,
            "stop": 818951029
        },
        {
            "start": 818951189,
            "stop": 818951369
        },
        {
            "start": 818952023,
            "stop": 818952203
        },
        {
            "start": 818953853,
            "stop": 818953913
        },
        {
            "start": 818954142,
            "stop": 818954202
        },
        {
            "start": 818956105,
            "stop": 818956675
        },
        {
            "start": 818956825,
            "stop": 818957125
        }
    ]
}