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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=37",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 38,
    "results": [
        {
            "start": 817210880,
            "stop": 817211755
        },
        {
            "start": 817211758,
            "stop": 817214128
        },
        {
            "start": 817214131,
            "stop": 817215015
        },
        {
            "start": 817215018,
            "stop": 817218352
        },
        {
            "start": 817219167,
            "stop": 817219521
        },
        {
            "start": 817219524,
            "stop": 817221221
        },
        {
            "start": 817221224,
            "stop": 817221803
        },
        {
            "start": 817221806,
            "stop": 817221912
        },
        {
            "start": 817221915,
            "stop": 817222013
        },
        {
            "start": 817222016,
            "stop": 817222094
        },
        {
            "start": 817222097,
            "stop": 817222098
        },
        {
            "start": 817222103,
            "stop": 817222133
        },
        {
            "start": 817222136,
            "stop": 817222164
        },
        {
            "start": 817222167,
            "stop": 817222219
        },
        {
            "start": 817222222,
            "stop": 817222272
        },
        {
            "start": 817222276,
            "stop": 817222478
        },
        {
            "start": 817222481,
            "stop": 817222487
        },
        {
            "start": 817222491,
            "stop": 817222519
        },
        {
            "start": 817222523,
            "stop": 817222529
        },
        {
            "start": 817222532,
            "stop": 817222534
        }
    ]
}