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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=69",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 70,
    "results": [
        {
            "start": 1257475413,
            "stop": 1257475748
        },
        {
            "start": 1257475751,
            "stop": 1257475765
        },
        {
            "start": 1257475771,
            "stop": 1257475983
        },
        {
            "start": 1257475986,
            "stop": 1257476018
        },
        {
            "start": 1257476021,
            "stop": 1257476405
        },
        {
            "start": 1257476408,
            "stop": 1257476513
        },
        {
            "start": 1257476516,
            "stop": 1257477295
        },
        {
            "start": 1257477298,
            "stop": 1257477372
        },
        {
            "start": 1257477375,
            "stop": 1257477893
        },
        {
            "start": 1257477901,
            "stop": 1257477997
        },
        {
            "start": 1257478005,
            "stop": 1257478298
        },
        {
            "start": 1257478300,
            "stop": 1257478627
        },
        {
            "start": 1257478630,
            "stop": 1257478760
        },
        {
            "start": 1257478763,
            "stop": 1257478900
        },
        {
            "start": 1257478903,
            "stop": 1257479066
        },
        {
            "start": 1257479069,
            "stop": 1257479084
        },
        {
            "start": 1257479087,
            "stop": 1257479256
        },
        {
            "start": 1257479259,
            "stop": 1257479348
        },
        {
            "start": 1257479351,
            "stop": 1257479451
        },
        {
            "start": 1257479454,
            "stop": 1257479494
        }
    ]
}