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=648
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=649",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=647",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 648,
    "results": [
        {
            "start": 1264098184,
            "stop": 1264098553
        },
        {
            "start": 1264098556,
            "stop": 1264098562
        },
        {
            "start": 1264098564,
            "stop": 1264098565
        },
        {
            "start": 1264098569,
            "stop": 1264099823
        },
        {
            "start": 1264099827,
            "stop": 1264099829
        },
        {
            "start": 1264099831,
            "stop": 1264101974
        },
        {
            "start": 1264101979,
            "stop": 1264101984
        },
        {
            "start": 1264101988,
            "stop": 1264102042
        },
        {
            "start": 1264102043,
            "stop": 1264102060
        },
        {
            "start": 1264102061,
            "stop": 1264102067
        },
        {
            "start": 1264102068,
            "stop": 1264102148
        },
        {
            "start": 1264102150,
            "stop": 1264102387
        },
        {
            "start": 1264102389,
            "stop": 1264105389
        },
        {
            "start": 1264105392,
            "stop": 1264106086
        },
        {
            "start": 1264110957,
            "stop": 1264111130
        },
        {
            "start": 1264111133,
            "stop": 1264115906
        },
        {
            "start": 1264115909,
            "stop": 1264116299
        },
        {
            "start": 1264116302,
            "stop": 1264122133
        },
        {
            "start": 1264122134,
            "stop": 1264122137
        },
        {
            "start": 1264122138,
            "stop": 1264122359
        }
    ]
}