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=414
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=415",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=413",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 414,
    "results": [
        {
            "start": 869279371,
            "stop": 869282558
        },
        {
            "start": 869283089,
            "stop": 869283120
        },
        {
            "start": 869283180,
            "stop": 869283368
        },
        {
            "start": 869283668,
            "stop": 869283829
        },
        {
            "start": 869283851,
            "stop": 869283898
        },
        {
            "start": 869284246,
            "stop": 869291760
        },
        {
            "start": 869291820,
            "stop": 869310214
        },
        {
            "start": 869310236,
            "stop": 869318567
        },
        {
            "start": 869318608,
            "stop": 869318629
        },
        {
            "start": 869318651,
            "stop": 869323312
        },
        {
            "start": 869323472,
            "stop": 869324428
        },
        {
            "start": 869348551,
            "stop": 869354318
        },
        {
            "start": 869354336,
            "stop": 869363002
        },
        {
            "start": 869363023,
            "stop": 869367570
        },
        {
            "start": 869367726,
            "stop": 869369141
        },
        {
            "start": 869370026,
            "stop": 869373163
        },
        {
            "start": 869380036,
            "stop": 869388969
        },
        {
            "start": 869388987,
            "stop": 869406979
        },
        {
            "start": 869406998,
            "stop": 869413539
        },
        {
            "start": 869439893,
            "stop": 869441206
        }
    ]
}