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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=236",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 237,
    "results": [
        {
            "start": 821680518,
            "stop": 821680520
        },
        {
            "start": 821680523,
            "stop": 821680536
        },
        {
            "start": 821680539,
            "stop": 821680541
        },
        {
            "start": 821680545,
            "stop": 821680555
        },
        {
            "start": 821680558,
            "stop": 821680587
        },
        {
            "start": 821680595,
            "stop": 821680616
        },
        {
            "start": 821680620,
            "stop": 821680623
        },
        {
            "start": 821680626,
            "stop": 821680630
        },
        {
            "start": 821680635,
            "stop": 821680647
        },
        {
            "start": 821680650,
            "stop": 821680657
        },
        {
            "start": 821680665,
            "stop": 821680672
        },
        {
            "start": 821680675,
            "stop": 821680676
        },
        {
            "start": 821680679,
            "stop": 821680688
        },
        {
            "start": 821680694,
            "stop": 821680695
        },
        {
            "start": 821680701,
            "stop": 821680702
        },
        {
            "start": 821680706,
            "stop": 821680710
        },
        {
            "start": 821680713,
            "stop": 821680723
        },
        {
            "start": 821680726,
            "stop": 821680733
        },
        {
            "start": 821680739,
            "stop": 821680740
        },
        {
            "start": 821680744,
            "stop": 821680747
        }
    ]
}