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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=39",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 40,
    "results": [
        {
            "start": 817072846,
            "stop": 817073248
        },
        {
            "start": 817073255,
            "stop": 817073521
        },
        {
            "start": 817073528,
            "stop": 817073815
        },
        {
            "start": 817073822,
            "stop": 817073856
        },
        {
            "start": 817073886,
            "stop": 817074290
        },
        {
            "start": 817074370,
            "stop": 817074578
        },
        {
            "start": 817074842,
            "stop": 817075307
        },
        {
            "start": 817075315,
            "stop": 817076147
        },
        {
            "start": 817076160,
            "stop": 817076945
        },
        {
            "start": 817076953,
            "stop": 817077406
        },
        {
            "start": 817077414,
            "stop": 817077418
        },
        {
            "start": 817077448,
            "stop": 817077812
        },
        {
            "start": 817077819,
            "stop": 817077853
        },
        {
            "start": 817080202,
            "stop": 817080470
        },
        {
            "start": 817081349,
            "stop": 817081713
        },
        {
            "start": 817081720,
            "stop": 817082113
        },
        {
            "start": 817085572,
            "stop": 817085952
        },
        {
            "start": 817085959,
            "stop": 817088061
        },
        {
            "start": 817088210,
            "stop": 817090310
        },
        {
            "start": 817090390,
            "stop": 817091431
        }
    ]
}