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=5115
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=5116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5114",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5115,
    "results": [
        {
            "start": 874678948,
            "stop": 874678951
        },
        {
            "start": 874678958,
            "stop": 874679047
        },
        {
            "start": 874679055,
            "stop": 874679131
        },
        {
            "start": 874679139,
            "stop": 874679147
        },
        {
            "start": 874679155,
            "stop": 874679195
        },
        {
            "start": 874679202,
            "stop": 874679218
        },
        {
            "start": 874679235,
            "stop": 874679304
        },
        {
            "start": 874679316,
            "stop": 874679326
        },
        {
            "start": 874679333,
            "stop": 874679396
        },
        {
            "start": 874679403,
            "stop": 874679424
        },
        {
            "start": 874679432,
            "stop": 874679465
        },
        {
            "start": 874679472,
            "stop": 874679511
        },
        {
            "start": 874679518,
            "stop": 874679520
        },
        {
            "start": 874679527,
            "stop": 874679530
        },
        {
            "start": 874679537,
            "stop": 874679578
        },
        {
            "start": 874679585,
            "stop": 874679589
        },
        {
            "start": 874679596,
            "stop": 874679612
        },
        {
            "start": 874679619,
            "stop": 874679656
        },
        {
            "start": 874679664,
            "stop": 874679700
        },
        {
            "start": 874679708,
            "stop": 874679731
        }
    ]
}