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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=62",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 63,
    "results": [
        {
            "start": 817264762,
            "stop": 817266189
        },
        {
            "start": 817266192,
            "stop": 817266876
        },
        {
            "start": 817266879,
            "stop": 817267452
        },
        {
            "start": 817267455,
            "stop": 817267780
        },
        {
            "start": 817267783,
            "stop": 817267798
        },
        {
            "start": 817267934,
            "stop": 817268022
        },
        {
            "start": 817268164,
            "stop": 817268721
        },
        {
            "start": 817268724,
            "stop": 817269071
        },
        {
            "start": 817269075,
            "stop": 817269076
        },
        {
            "start": 817269079,
            "stop": 817269120
        },
        {
            "start": 817269124,
            "stop": 817269147
        },
        {
            "start": 817269150,
            "stop": 817269153
        },
        {
            "start": 817269156,
            "stop": 817269240
        },
        {
            "start": 817269243,
            "stop": 817269270
        },
        {
            "start": 817269273,
            "stop": 817269355
        },
        {
            "start": 817269359,
            "stop": 817269368
        },
        {
            "start": 817269371,
            "stop": 817269399
        },
        {
            "start": 817269402,
            "stop": 817269408
        },
        {
            "start": 817269412,
            "stop": 817269453
        },
        {
            "start": 817269456,
            "stop": 817269480
        }
    ]
}