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/H2_CBCHIGH_CAT4/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/H2_CBCHIGH_CAT4/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=67",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 68,
    "results": [
        {
            "start": 816201754,
            "stop": 816201872
        },
        {
            "start": 816201875,
            "stop": 816202009
        },
        {
            "start": 816202012,
            "stop": 816202102
        },
        {
            "start": 816202105,
            "stop": 816202225
        },
        {
            "start": 816202228,
            "stop": 816202373
        },
        {
            "start": 816202378,
            "stop": 816202426
        },
        {
            "start": 816202429,
            "stop": 816202709
        },
        {
            "start": 816202712,
            "stop": 816202775
        },
        {
            "start": 816202778,
            "stop": 816202843
        },
        {
            "start": 816202963,
            "stop": 816203053
        },
        {
            "start": 816203056,
            "stop": 816203063
        },
        {
            "start": 816203067,
            "stop": 816203203
        },
        {
            "start": 816203638,
            "stop": 816203760
        },
        {
            "start": 816203763,
            "stop": 816203785
        },
        {
            "start": 816204188,
            "stop": 816204251
        },
        {
            "start": 816204394,
            "stop": 816204419
        },
        {
            "start": 816204422,
            "stop": 816204469
        },
        {
            "start": 816204472,
            "stop": 816204475
        },
        {
            "start": 816204478,
            "stop": 816204624
        },
        {
            "start": 816204628,
            "stop": 816204827
        }
    ]
}