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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=62",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 63,
    "results": [
        {
            "start": 819458723,
            "stop": 819459413
        },
        {
            "start": 819459563,
            "stop": 819462203
        },
        {
            "start": 819462345,
            "stop": 819464505
        },
        {
            "start": 819464810,
            "stop": 819466190
        },
        {
            "start": 819466370,
            "stop": 819466970
        },
        {
            "start": 819467114,
            "stop": 819467654
        },
        {
            "start": 819467809,
            "stop": 819468289
        },
        {
            "start": 819468812,
            "stop": 819469232
        },
        {
            "start": 819469379,
            "stop": 819469679
        },
        {
            "start": 819469851,
            "stop": 819470631
        },
        {
            "start": 819470849,
            "stop": 819470909
        },
        {
            "start": 819471070,
            "stop": 819471370
        },
        {
            "start": 819471579,
            "stop": 819472179
        },
        {
            "start": 819473316,
            "stop": 819473736
        },
        {
            "start": 819474068,
            "stop": 819475178
        },
        {
            "start": 819475358,
            "stop": 819475478
        },
        {
            "start": 819475644,
            "stop": 819475764
        },
        {
            "start": 819475935,
            "stop": 819476535
        },
        {
            "start": 819476916,
            "stop": 819480096
        },
        {
            "start": 819480490,
            "stop": 819480610
        }
    ]
}