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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=884",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=882",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 883,
    "results": [
        {
            "start": 968953452,
            "stop": 968960479
        },
        {
            "start": 968962772,
            "stop": 968965871
        },
        {
            "start": 968965877,
            "stop": 968969414
        },
        {
            "start": 968969420,
            "stop": 968973466
        },
        {
            "start": 968973754,
            "stop": 968978782
        },
        {
            "start": 968978788,
            "stop": 968978816
        },
        {
            "start": 968982139,
            "stop": 968982145
        },
        {
            "start": 968984049,
            "stop": 968985362
        },
        {
            "start": 968986076,
            "stop": 968987081
        },
        {
            "start": 968988197,
            "stop": 968990685
        },
        {
            "start": 968990691,
            "stop": 969004306
        },
        {
            "start": 969004312,
            "stop": 969019209
        },
        {
            "start": 969020001,
            "stop": 969023458
        },
        {
            "start": 969024570,
            "stop": 969025178
        },
        {
            "start": 969025184,
            "stop": 969027655
        },
        {
            "start": 969028336,
            "stop": 969030868
        },
        {
            "start": 969031793,
            "stop": 969035305
        },
        {
            "start": 969035858,
            "stop": 969045145
        },
        {
            "start": 969049007,
            "stop": 969049351
        },
        {
            "start": 969053691,
            "stop": 969057398
        }
    ]
}