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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=65",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 66,
    "results": [
        {
            "start": 821332290,
            "stop": 821332342
        },
        {
            "start": 821332347,
            "stop": 821332455
        },
        {
            "start": 821332458,
            "stop": 821332459
        },
        {
            "start": 821332462,
            "stop": 821332476
        },
        {
            "start": 821332479,
            "stop": 821332603
        },
        {
            "start": 821332606,
            "stop": 821332749
        },
        {
            "start": 821332752,
            "stop": 821332763
        },
        {
            "start": 821332766,
            "stop": 821332775
        },
        {
            "start": 821332778,
            "stop": 821332795
        },
        {
            "start": 821332798,
            "stop": 821332903
        },
        {
            "start": 821332906,
            "stop": 821332962
        },
        {
            "start": 821332965,
            "stop": 821333113
        },
        {
            "start": 821333116,
            "stop": 821333146
        },
        {
            "start": 821333149,
            "stop": 821333343
        },
        {
            "start": 821333346,
            "stop": 821333376
        },
        {
            "start": 821333379,
            "stop": 821333399
        },
        {
            "start": 821333402,
            "stop": 821333625
        },
        {
            "start": 821333628,
            "stop": 821333648
        },
        {
            "start": 821333651,
            "stop": 821333665
        },
        {
            "start": 821333668,
            "stop": 821333692
        }
    ]
}