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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5089",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5090,
    "results": [
        {
            "start": 874636684,
            "stop": 874636690
        },
        {
            "start": 874636697,
            "stop": 874636792
        },
        {
            "start": 874636799,
            "stop": 874637219
        },
        {
            "start": 874637227,
            "stop": 874637413
        },
        {
            "start": 874637420,
            "stop": 874637440
        },
        {
            "start": 874637447,
            "stop": 874637489
        },
        {
            "start": 874637497,
            "stop": 874637594
        },
        {
            "start": 874637602,
            "stop": 874637665
        },
        {
            "start": 874637672,
            "stop": 874637772
        },
        {
            "start": 874637780,
            "stop": 874637846
        },
        {
            "start": 874637853,
            "stop": 874637965
        },
        {
            "start": 874637972,
            "stop": 874637976
        },
        {
            "start": 874637983,
            "stop": 874638019
        },
        {
            "start": 874638026,
            "stop": 874638030
        },
        {
            "start": 874638037,
            "stop": 874638049
        },
        {
            "start": 874638056,
            "stop": 874638068
        },
        {
            "start": 874638075,
            "stop": 874638091
        },
        {
            "start": 874638103,
            "stop": 874638162
        },
        {
            "start": 874638169,
            "stop": 874638183
        },
        {
            "start": 874638191,
            "stop": 874638257
        }
    ]
}