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=1894
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=1895",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1893",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1894,
    "results": [
        {
            "start": 971187089,
            "stop": 971187281
        },
        {
            "start": 971187383,
            "stop": 971191759
        },
        {
            "start": 971194285,
            "stop": 971194576
        },
        {
            "start": 971194577,
            "stop": 971195184
        },
        {
            "start": 971234972,
            "stop": 971235711
        },
        {
            "start": 971236637,
            "stop": 971237296
        },
        {
            "start": 971237298,
            "stop": 971243181
        },
        {
            "start": 971243183,
            "stop": 971243372
        },
        {
            "start": 971243373,
            "stop": 971244868
        },
        {
            "start": 971244870,
            "stop": 971246208
        },
        {
            "start": 971246210,
            "stop": 971246713
        },
        {
            "start": 971249658,
            "stop": 971249911
        },
        {
            "start": 971249913,
            "stop": 971250077
        },
        {
            "start": 971250079,
            "stop": 971251280
        },
        {
            "start": 971251282,
            "stop": 971251526
        },
        {
            "start": 971251528,
            "stop": 971253033
        },
        {
            "start": 971255079,
            "stop": 971255282
        },
        {
            "start": 971255284,
            "stop": 971256938
        },
        {
            "start": 971256940,
            "stop": 971258270
        },
        {
            "start": 971258272,
            "stop": 971258520
        }
    ]
}