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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5021",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5019",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5020,
    "results": [
        {
            "start": 874557152,
            "stop": 874557158
        },
        {
            "start": 874557165,
            "stop": 874557208
        },
        {
            "start": 874557221,
            "stop": 874557239
        },
        {
            "start": 874557246,
            "stop": 874557256
        },
        {
            "start": 874557265,
            "stop": 874557315
        },
        {
            "start": 874557322,
            "stop": 874557339
        },
        {
            "start": 874557346,
            "stop": 874557405
        },
        {
            "start": 874557417,
            "stop": 874557422
        },
        {
            "start": 874557430,
            "stop": 874557447
        },
        {
            "start": 874557454,
            "stop": 874557473
        },
        {
            "start": 874557481,
            "stop": 874557509
        },
        {
            "start": 874557519,
            "stop": 874557532
        },
        {
            "start": 874557539,
            "stop": 874557767
        },
        {
            "start": 874557775,
            "stop": 874557825
        },
        {
            "start": 874557832,
            "stop": 874557842
        },
        {
            "start": 874557849,
            "stop": 874557858
        },
        {
            "start": 874557865,
            "stop": 874557944
        },
        {
            "start": 874557951,
            "stop": 874557963
        },
        {
            "start": 874557970,
            "stop": 874557976
        },
        {
            "start": 874557983,
            "stop": 874558000
        }
    ]
}