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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=68",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 69,
    "results": [
        {
            "start": 931592905,
            "stop": 931592911
        },
        {
            "start": 931592924,
            "stop": 931592926
        },
        {
            "start": 931592945,
            "stop": 931592954
        },
        {
            "start": 931592961,
            "stop": 931592962
        },
        {
            "start": 931592975,
            "stop": 931592983
        },
        {
            "start": 931593010,
            "stop": 931593015
        },
        {
            "start": 931593023,
            "stop": 931593026
        },
        {
            "start": 931593037,
            "stop": 931593041
        },
        {
            "start": 931593048,
            "stop": 931593050
        },
        {
            "start": 931593062,
            "stop": 931593068
        },
        {
            "start": 931593081,
            "stop": 931593082
        },
        {
            "start": 931593108,
            "stop": 931593110
        },
        {
            "start": 931593118,
            "stop": 931593125
        },
        {
            "start": 931593135,
            "stop": 931593139
        },
        {
            "start": 931593151,
            "stop": 931593163
        },
        {
            "start": 931593170,
            "stop": 931593190
        },
        {
            "start": 931593201,
            "stop": 931593216
        },
        {
            "start": 931593225,
            "stop": 931593226
        },
        {
            "start": 931593234,
            "stop": 931593245
        },
        {
            "start": 931593289,
            "stop": 931593302
        }
    ]
}