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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8941",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8942,
    "results": [
        {
            "start": 873675283,
            "stop": 873675360
        },
        {
            "start": 873703782,
            "stop": 873703797
        },
        {
            "start": 873703886,
            "stop": 873703889
        },
        {
            "start": 873703908,
            "stop": 873704001
        },
        {
            "start": 873704024,
            "stop": 873704025
        },
        {
            "start": 873704044,
            "stop": 873704151
        },
        {
            "start": 873704520,
            "stop": 873704528
        },
        {
            "start": 873704553,
            "stop": 873704569
        },
        {
            "start": 873704602,
            "stop": 873704612
        },
        {
            "start": 873704635,
            "stop": 873704646
        },
        {
            "start": 873704694,
            "stop": 873704703
        },
        {
            "start": 873704722,
            "stop": 873704728
        },
        {
            "start": 873704751,
            "stop": 873704790
        },
        {
            "start": 873706807,
            "stop": 873706824
        },
        {
            "start": 873706843,
            "stop": 873706850
        },
        {
            "start": 873706873,
            "stop": 873706916
        },
        {
            "start": 873706935,
            "stop": 873706945
        },
        {
            "start": 873706989,
            "stop": 873706997
        },
        {
            "start": 873707016,
            "stop": 873707059
        },
        {
            "start": 873707078,
            "stop": 873707104
        }
    ]
}