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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5119",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5120,
    "results": [
        {
            "start": 874714607,
            "stop": 874714614
        },
        {
            "start": 874714644,
            "stop": 874714703
        },
        {
            "start": 874714728,
            "stop": 874714735
        },
        {
            "start": 874714786,
            "stop": 874714829
        },
        {
            "start": 874715025,
            "stop": 874715031
        },
        {
            "start": 874715050,
            "stop": 874715066
        },
        {
            "start": 874715085,
            "stop": 874715112
        },
        {
            "start": 874715132,
            "stop": 874715204
        },
        {
            "start": 874715223,
            "stop": 874715236
        },
        {
            "start": 874715255,
            "stop": 874715281
        },
        {
            "start": 874715300,
            "stop": 874715360
        },
        {
            "start": 874715387,
            "stop": 874715426
        },
        {
            "start": 874715445,
            "stop": 874715492
        },
        {
            "start": 874715511,
            "stop": 874715542
        },
        {
            "start": 874715577,
            "stop": 874715629
        },
        {
            "start": 874715648,
            "stop": 874715724
        },
        {
            "start": 874715743,
            "stop": 874715755
        },
        {
            "start": 874715782,
            "stop": 874715793
        },
        {
            "start": 874715812,
            "stop": 874715820
        },
        {
            "start": 874715839,
            "stop": 874715851
        }
    ]
}