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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=65",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 66,
    "results": [
        {
            "start": 1257462538,
            "stop": 1257462540
        },
        {
            "start": 1257462543,
            "stop": 1257462544
        },
        {
            "start": 1257462545,
            "stop": 1257462599
        },
        {
            "start": 1257462600,
            "stop": 1257462610
        },
        {
            "start": 1257462613,
            "stop": 1257462616
        },
        {
            "start": 1257462620,
            "stop": 1257463843
        },
        {
            "start": 1257463846,
            "stop": 1257463928
        },
        {
            "start": 1257463931,
            "stop": 1257463991
        },
        {
            "start": 1257463993,
            "stop": 1257464007
        },
        {
            "start": 1257464010,
            "stop": 1257464013
        },
        {
            "start": 1257464016,
            "stop": 1257464042
        },
        {
            "start": 1257464045,
            "stop": 1257464064
        },
        {
            "start": 1257464067,
            "stop": 1257464098
        },
        {
            "start": 1257464101,
            "stop": 1257464447
        },
        {
            "start": 1257464450,
            "stop": 1257464589
        },
        {
            "start": 1257464592,
            "stop": 1257464653
        },
        {
            "start": 1257464656,
            "stop": 1257464695
        },
        {
            "start": 1257464698,
            "stop": 1257464735
        },
        {
            "start": 1257464738,
            "stop": 1257464807
        },
        {
            "start": 1257464810,
            "stop": 1257464828
        }
    ]
}