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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=54",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 55,
    "results": [
        {
            "start": 822723284,
            "stop": 822723522
        },
        {
            "start": 822723668,
            "stop": 822731232
        },
        {
            "start": 822731282,
            "stop": 822731289
        },
        {
            "start": 822731340,
            "stop": 822735435
        },
        {
            "start": 822736371,
            "stop": 822737940
        },
        {
            "start": 822740790,
            "stop": 822743148
        },
        {
            "start": 822743204,
            "stop": 822745358
        },
        {
            "start": 822745395,
            "stop": 822755770
        },
        {
            "start": 822755801,
            "stop": 822756236
        },
        {
            "start": 822756333,
            "stop": 822757844
        },
        {
            "start": 822757887,
            "stop": 822758230
        },
        {
            "start": 822773444,
            "stop": 822773504
        },
        {
            "start": 822773524,
            "stop": 822776290
        },
        {
            "start": 822776440,
            "stop": 822777313
        },
        {
            "start": 822777490,
            "stop": 822777747
        },
        {
            "start": 822779149,
            "stop": 822781461
        },
        {
            "start": 822782446,
            "stop": 822793435
        },
        {
            "start": 822793497,
            "stop": 822799784
        },
        {
            "start": 822799838,
            "stop": 822800054
        },
        {
            "start": 822800154,
            "stop": 822800719
        }
    ]
}