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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1838",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1836",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1837,
    "results": [
        {
            "start": 964429417,
            "stop": 964437070
        },
        {
            "start": 964440480,
            "stop": 964440695
        },
        {
            "start": 964442950,
            "stop": 964443128
        },
        {
            "start": 964445470,
            "stop": 964446085
        },
        {
            "start": 964448857,
            "stop": 964448889
        },
        {
            "start": 964452644,
            "stop": 964459223
        },
        {
            "start": 964459224,
            "stop": 964471664
        },
        {
            "start": 964471665,
            "stop": 964473856
        },
        {
            "start": 964477933,
            "stop": 964480282
        },
        {
            "start": 964486806,
            "stop": 964488866
        },
        {
            "start": 964509216,
            "stop": 964510385
        },
        {
            "start": 964512146,
            "stop": 964513445
        },
        {
            "start": 964513447,
            "stop": 964515010
        },
        {
            "start": 964515012,
            "stop": 964517245
        },
        {
            "start": 964518411,
            "stop": 964525649
        },
        {
            "start": 964525650,
            "stop": 964526772
        },
        {
            "start": 964526773,
            "stop": 964530054
        },
        {
            "start": 964533955,
            "stop": 964541000
        },
        {
            "start": 964541001,
            "stop": 964549015
        },
        {
            "start": 964549016,
            "stop": 964554997
        }
    ]
}