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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=248",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 249,
    "results": [
        {
            "start": 818222934,
            "stop": 818222937
        },
        {
            "start": 818222945,
            "stop": 818222947
        },
        {
            "start": 818222950,
            "stop": 818222953
        },
        {
            "start": 818222957,
            "stop": 818222958
        },
        {
            "start": 818222961,
            "stop": 818222962
        },
        {
            "start": 818222976,
            "stop": 818222980
        },
        {
            "start": 818222990,
            "stop": 818223008
        },
        {
            "start": 818223016,
            "stop": 818223017
        },
        {
            "start": 818223041,
            "stop": 818223047
        },
        {
            "start": 818223050,
            "stop": 818223060
        },
        {
            "start": 818223065,
            "stop": 818223066
        },
        {
            "start": 818223070,
            "stop": 818223074
        },
        {
            "start": 818223077,
            "stop": 818223079
        },
        {
            "start": 818223083,
            "stop": 818223088
        },
        {
            "start": 818223096,
            "stop": 818223097
        },
        {
            "start": 818223105,
            "stop": 818223106
        },
        {
            "start": 818223116,
            "stop": 818223122
        },
        {
            "start": 818223125,
            "stop": 818223128
        },
        {
            "start": 818223143,
            "stop": 818223145
        },
        {
            "start": 818223150,
            "stop": 818223154
        }
    ]
}