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=830
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=831",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=829",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 830,
    "results": [
        {
            "start": 960254702,
            "stop": 960254704
        },
        {
            "start": 960254713,
            "stop": 960254750
        },
        {
            "start": 960254757,
            "stop": 960254766
        },
        {
            "start": 960254772,
            "stop": 960254784
        },
        {
            "start": 960254793,
            "stop": 960254826
        },
        {
            "start": 960254831,
            "stop": 960254856
        },
        {
            "start": 960254862,
            "stop": 960254877
        },
        {
            "start": 960254891,
            "stop": 960254895
        },
        {
            "start": 960254906,
            "stop": 960254923
        },
        {
            "start": 960254929,
            "stop": 960254949
        },
        {
            "start": 960254955,
            "stop": 960255004
        },
        {
            "start": 960255021,
            "stop": 960255040
        },
        {
            "start": 960255048,
            "stop": 960255079
        },
        {
            "start": 960255089,
            "stop": 960255128
        },
        {
            "start": 960255135,
            "stop": 960255145
        },
        {
            "start": 960255152,
            "stop": 960255156
        },
        {
            "start": 960255163,
            "stop": 960255226
        },
        {
            "start": 960255232,
            "stop": 960255325
        },
        {
            "start": 960255331,
            "stop": 960255339
        },
        {
            "start": 960255345,
            "stop": 960255366
        }
    ]
}