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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=65",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 66,
    "results": [
        {
            "start": 931591094,
            "stop": 931591095
        },
        {
            "start": 931591143,
            "stop": 931591146
        },
        {
            "start": 931591159,
            "stop": 931591162
        },
        {
            "start": 931591173,
            "stop": 931591174
        },
        {
            "start": 931591186,
            "stop": 931591189
        },
        {
            "start": 931591372,
            "stop": 931591373
        },
        {
            "start": 931591617,
            "stop": 931591618
        },
        {
            "start": 931591630,
            "stop": 931591632
        },
        {
            "start": 931591674,
            "stop": 931591675
        },
        {
            "start": 931591683,
            "stop": 931591685
        },
        {
            "start": 931591692,
            "stop": 931591698
        },
        {
            "start": 931591733,
            "stop": 931591735
        },
        {
            "start": 931591742,
            "stop": 931591746
        },
        {
            "start": 931591758,
            "stop": 931591761
        },
        {
            "start": 931591769,
            "stop": 931591772
        },
        {
            "start": 931591784,
            "stop": 931591791
        },
        {
            "start": 931591798,
            "stop": 931591807
        },
        {
            "start": 931591825,
            "stop": 931591839
        },
        {
            "start": 931591850,
            "stop": 931591852
        },
        {
            "start": 931591865,
            "stop": 931591878
        }
    ]
}