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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=319",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 320,
    "results": [
        {
            "start": 821746555,
            "stop": 821746561
        },
        {
            "start": 821746564,
            "stop": 821746580
        },
        {
            "start": 821746583,
            "stop": 821746603
        },
        {
            "start": 821746606,
            "stop": 821746629
        },
        {
            "start": 821746635,
            "stop": 821746645
        },
        {
            "start": 821746648,
            "stop": 821746687
        },
        {
            "start": 821746690,
            "stop": 821746691
        },
        {
            "start": 821746694,
            "stop": 821746736
        },
        {
            "start": 821746739,
            "stop": 821746763
        },
        {
            "start": 821746766,
            "stop": 821746917
        },
        {
            "start": 821746920,
            "stop": 821746930
        },
        {
            "start": 821746933,
            "stop": 821746942
        },
        {
            "start": 821746945,
            "stop": 821746950
        },
        {
            "start": 821746953,
            "stop": 821746963
        },
        {
            "start": 821746966,
            "stop": 821746971
        },
        {
            "start": 821746979,
            "stop": 821746996
        },
        {
            "start": 821746999,
            "stop": 821747037
        },
        {
            "start": 821747040,
            "stop": 821747045
        },
        {
            "start": 821747048,
            "stop": 821747063
        },
        {
            "start": 821747069,
            "stop": 821747090
        }
    ]
}