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=413
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=414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=412",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 413,
    "results": [
        {
            "start": 869098533,
            "stop": 869114182
        },
        {
            "start": 869114223,
            "stop": 869151441
        },
        {
            "start": 869151459,
            "stop": 869154330
        },
        {
            "start": 869154390,
            "stop": 869156203
        },
        {
            "start": 869156221,
            "stop": 869164290
        },
        {
            "start": 869164620,
            "stop": 869166540
        },
        {
            "start": 869166621,
            "stop": 869171251
        },
        {
            "start": 869171270,
            "stop": 869177044
        },
        {
            "start": 869177050,
            "stop": 869177730
        },
        {
            "start": 869178124,
            "stop": 869226152
        },
        {
            "start": 869226193,
            "stop": 869233730
        },
        {
            "start": 869235596,
            "stop": 869243907
        },
        {
            "start": 869243928,
            "stop": 869255610
        },
        {
            "start": 869256044,
            "stop": 869257334
        },
        {
            "start": 869257358,
            "stop": 869261624
        },
        {
            "start": 869261646,
            "stop": 869261674
        },
        {
            "start": 869261698,
            "stop": 869265420
        },
        {
            "start": 869265480,
            "stop": 869266890
        },
        {
            "start": 869266950,
            "stop": 869268349
        },
        {
            "start": 869268371,
            "stop": 869279330
        }
    ]
}