Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=241
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=240",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 241,
    "results": [
        {
            "start": 821681496,
            "stop": 821681502
        },
        {
            "start": 821681506,
            "stop": 821681510
        },
        {
            "start": 821681516,
            "stop": 821681519
        },
        {
            "start": 821681523,
            "stop": 821681526
        },
        {
            "start": 821681529,
            "stop": 821681532
        },
        {
            "start": 821681536,
            "stop": 821681550
        },
        {
            "start": 821681553,
            "stop": 821681559
        },
        {
            "start": 821681562,
            "stop": 821681563
        },
        {
            "start": 821681566,
            "stop": 821681579
        },
        {
            "start": 821681582,
            "stop": 821681590
        },
        {
            "start": 821681593,
            "stop": 821681605
        },
        {
            "start": 821681608,
            "stop": 821681610
        },
        {
            "start": 821681613,
            "stop": 821681617
        },
        {
            "start": 821681620,
            "stop": 821681630
        },
        {
            "start": 821681634,
            "stop": 821681651
        },
        {
            "start": 821681654,
            "stop": 821681661
        },
        {
            "start": 821681665,
            "stop": 821681667
        },
        {
            "start": 821681670,
            "stop": 821681671
        },
        {
            "start": 821681675,
            "stop": 821681682
        },
        {
            "start": 821681685,
            "stop": 821681690
        }
    ]
}