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_CBCHIGH_CAT3/segments?format=api&page=9113
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9112",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9113,
    "results": [
        {
            "start": 874896411,
            "stop": 874899922
        },
        {
            "start": 874899942,
            "stop": 874901263
        },
        {
            "start": 874901280,
            "stop": 874901384
        },
        {
            "start": 874901401,
            "stop": 874901911
        },
        {
            "start": 874901928,
            "stop": 874903981
        },
        {
            "start": 874904004,
            "stop": 874904137
        },
        {
            "start": 874904154,
            "stop": 874904420
        },
        {
            "start": 874904440,
            "stop": 874906648
        },
        {
            "start": 874906665,
            "stop": 874906833
        },
        {
            "start": 874906851,
            "stop": 874906924
        },
        {
            "start": 874907076,
            "stop": 874907342
        },
        {
            "start": 874907377,
            "stop": 874908389
        },
        {
            "start": 874908406,
            "stop": 874908606
        },
        {
            "start": 874908625,
            "stop": 874909283
        },
        {
            "start": 874909301,
            "stop": 874910253
        },
        {
            "start": 874910272,
            "stop": 874910342
        },
        {
            "start": 874910361,
            "stop": 874910588
        },
        {
            "start": 874910628,
            "stop": 874910633
        },
        {
            "start": 874910691,
            "stop": 874910697
        },
        {
            "start": 874910725,
            "stop": 874910867
        }
    ]
}