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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=71",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 72,
    "results": [
        {
            "start": 825989616,
            "stop": 825989699
        },
        {
            "start": 826000845,
            "stop": 826003393
        },
        {
            "start": 826005472,
            "stop": 826006213
        },
        {
            "start": 826007969,
            "stop": 826008023
        },
        {
            "start": 826009333,
            "stop": 826011948
        },
        {
            "start": 826012667,
            "stop": 826014781
        },
        {
            "start": 826016166,
            "stop": 826017724
        },
        {
            "start": 826017827,
            "stop": 826023290
        },
        {
            "start": 826025033,
            "stop": 826025289
        },
        {
            "start": 826027452,
            "stop": 826031883
        },
        {
            "start": 826033364,
            "stop": 826036033
        },
        {
            "start": 826036984,
            "stop": 826037173
        },
        {
            "start": 826038271,
            "stop": 826040173
        },
        {
            "start": 826040184,
            "stop": 826040185
        },
        {
            "start": 826041193,
            "stop": 826041673
        },
        {
            "start": 826044438,
            "stop": 826050493
        },
        {
            "start": 826050503,
            "stop": 826050504
        },
        {
            "start": 826051450,
            "stop": 826059299
        },
        {
            "start": 826066450,
            "stop": 826073532
        },
        {
            "start": 826074010,
            "stop": 826081273
        }
    ]
}