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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=699",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=697",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 698,
    "results": [
        {
            "start": 865196730,
            "stop": 865196745
        },
        {
            "start": 865197432,
            "stop": 865198278
        },
        {
            "start": 865199093,
            "stop": 865199130
        },
        {
            "start": 865199202,
            "stop": 865199250
        },
        {
            "start": 865199370,
            "stop": 865199393
        },
        {
            "start": 865218434,
            "stop": 865220610
        },
        {
            "start": 865220670,
            "stop": 865269740
        },
        {
            "start": 865270260,
            "stop": 865281951
        },
        {
            "start": 865297518,
            "stop": 865303425
        },
        {
            "start": 865303444,
            "stop": 865330278
        },
        {
            "start": 865332938,
            "stop": 865345183
        },
        {
            "start": 865356001,
            "stop": 865361366
        },
        {
            "start": 865361371,
            "stop": 865361430
        },
        {
            "start": 865361490,
            "stop": 865361563
        },
        {
            "start": 865362492,
            "stop": 865362569
        },
        {
            "start": 865362969,
            "stop": 865364602
        },
        {
            "start": 865367802,
            "stop": 865370615
        },
        {
            "start": 865370620,
            "stop": 865373528
        },
        {
            "start": 865373983,
            "stop": 865374020
        },
        {
            "start": 865389878,
            "stop": 865397984
        }
    ]
}