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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=67",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 68,
    "results": [
        {
            "start": 817781449,
            "stop": 817781451
        },
        {
            "start": 817781454,
            "stop": 817781455
        },
        {
            "start": 817781459,
            "stop": 817781581
        },
        {
            "start": 817781583,
            "stop": 817781590
        },
        {
            "start": 817781604,
            "stop": 817781605
        },
        {
            "start": 817781608,
            "stop": 817781668
        },
        {
            "start": 817781672,
            "stop": 817781679
        },
        {
            "start": 817781680,
            "stop": 817781714
        },
        {
            "start": 817781717,
            "stop": 817781721
        },
        {
            "start": 817781727,
            "stop": 817781893
        },
        {
            "start": 817784015,
            "stop": 817784061
        },
        {
            "start": 817784066,
            "stop": 817784090
        },
        {
            "start": 817784097,
            "stop": 817784100
        },
        {
            "start": 817784103,
            "stop": 817784317
        },
        {
            "start": 817784320,
            "stop": 817784425
        },
        {
            "start": 817784428,
            "stop": 817784444
        },
        {
            "start": 817784450,
            "stop": 817784879
        },
        {
            "start": 817784891,
            "stop": 817796976
        },
        {
            "start": 817796979,
            "stop": 817799377
        },
        {
            "start": 817799380,
            "stop": 817801566
        }
    ]
}