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=6209
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=6210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6208",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6209,
    "results": [
        {
            "start": 874648930,
            "stop": 874649076
        },
        {
            "start": 874649079,
            "stop": 874649400
        },
        {
            "start": 874649412,
            "stop": 874649417
        },
        {
            "start": 874649420,
            "stop": 874649430
        },
        {
            "start": 874649433,
            "stop": 874650216
        },
        {
            "start": 874650218,
            "stop": 874650261
        },
        {
            "start": 874650262,
            "stop": 874650660
        },
        {
            "start": 874650661,
            "stop": 874650663
        },
        {
            "start": 874650667,
            "stop": 874651086
        },
        {
            "start": 874651087,
            "stop": 874653287
        },
        {
            "start": 874653292,
            "stop": 874653565
        },
        {
            "start": 874653568,
            "stop": 874653652
        },
        {
            "start": 874653656,
            "stop": 874653663
        },
        {
            "start": 874653669,
            "stop": 874653693
        },
        {
            "start": 874653704,
            "stop": 874653712
        },
        {
            "start": 874653718,
            "stop": 874653728
        },
        {
            "start": 874653731,
            "stop": 874653738
        },
        {
            "start": 874653741,
            "stop": 874653786
        },
        {
            "start": 874653789,
            "stop": 874653822
        },
        {
            "start": 874653825,
            "stop": 874653908
        }
    ]
}