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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=52",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 53,
    "results": [
        {
            "start": 819106756,
            "stop": 819109726
        },
        {
            "start": 819109878,
            "stop": 819111018
        },
        {
            "start": 819111176,
            "stop": 819113006
        },
        {
            "start": 819113156,
            "stop": 819113336
        },
        {
            "start": 819114539,
            "stop": 819114599
        },
        {
            "start": 819115000,
            "stop": 819115240
        },
        {
            "start": 819115478,
            "stop": 819115538
        },
        {
            "start": 819115693,
            "stop": 819116533
        },
        {
            "start": 819116563,
            "stop": 819117103
        },
        {
            "start": 819117193,
            "stop": 819118603
        },
        {
            "start": 819118633,
            "stop": 819118693
        },
        {
            "start": 819118850,
            "stop": 819120410
        },
        {
            "start": 819120614,
            "stop": 819120734
        },
        {
            "start": 819120884,
            "stop": 819121394
        },
        {
            "start": 819121588,
            "stop": 819121768
        },
        {
            "start": 819121947,
            "stop": 819122067
        },
        {
            "start": 819122228,
            "stop": 819122828
        },
        {
            "start": 819197078,
            "stop": 819197138
        },
        {
            "start": 819197450,
            "stop": 819197570
        },
        {
            "start": 819199268,
            "stop": 819199328
        }
    ]
}