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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=86",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 87,
    "results": [
        {
            "start": 830722095,
            "stop": 830722717
        },
        {
            "start": 830722725,
            "stop": 830722777
        },
        {
            "start": 830723074,
            "stop": 830723079
        },
        {
            "start": 830723087,
            "stop": 830723239
        },
        {
            "start": 830723260,
            "stop": 830727087
        },
        {
            "start": 830730421,
            "stop": 830730691
        },
        {
            "start": 830732834,
            "stop": 830734216
        },
        {
            "start": 830734234,
            "stop": 830800853
        },
        {
            "start": 830801863,
            "stop": 830811446
        },
        {
            "start": 830812670,
            "stop": 830815451
        },
        {
            "start": 830816366,
            "stop": 830816480
        },
        {
            "start": 830816535,
            "stop": 830826073
        },
        {
            "start": 830826567,
            "stop": 830827493
        },
        {
            "start": 830827500,
            "stop": 830827853
        },
        {
            "start": 830830172,
            "stop": 830833521
        },
        {
            "start": 830834610,
            "stop": 830845778
        },
        {
            "start": 830847621,
            "stop": 830857523
        },
        {
            "start": 830858362,
            "stop": 830858514
        },
        {
            "start": 830858584,
            "stop": 830869463
        },
        {
            "start": 830870161,
            "stop": 830870362
        }
    ]
}