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=4955
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=4956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4954",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4955,
    "results": [
        {
            "start": 874445215,
            "stop": 874445224
        },
        {
            "start": 874445232,
            "stop": 874445257
        },
        {
            "start": 874445264,
            "stop": 874445291
        },
        {
            "start": 874445298,
            "stop": 874445319
        },
        {
            "start": 874445330,
            "stop": 874445333
        },
        {
            "start": 874445340,
            "stop": 874445342
        },
        {
            "start": 874445350,
            "stop": 874445371
        },
        {
            "start": 874445385,
            "stop": 874445390
        },
        {
            "start": 874445397,
            "stop": 874445424
        },
        {
            "start": 874445431,
            "stop": 874445520
        },
        {
            "start": 874445528,
            "stop": 874445548
        },
        {
            "start": 874445556,
            "stop": 874445647
        },
        {
            "start": 874445662,
            "stop": 874445764
        },
        {
            "start": 874445778,
            "stop": 874445780
        },
        {
            "start": 874445787,
            "stop": 874445851
        },
        {
            "start": 874445866,
            "stop": 874445874
        },
        {
            "start": 874445881,
            "stop": 874445887
        },
        {
            "start": 874445895,
            "stop": 874445940
        },
        {
            "start": 874445947,
            "stop": 874445963
        },
        {
            "start": 874445976,
            "stop": 874445980
        }
    ]
}