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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=241",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 242,
    "results": [
        {
            "start": 933252728,
            "stop": 933253269
        },
        {
            "start": 933253274,
            "stop": 933253365
        },
        {
            "start": 933253370,
            "stop": 933253442
        },
        {
            "start": 933253447,
            "stop": 933253793
        },
        {
            "start": 933253798,
            "stop": 933253808
        },
        {
            "start": 933253828,
            "stop": 933254128
        },
        {
            "start": 933254134,
            "stop": 933255667
        },
        {
            "start": 933255672,
            "stop": 933255807
        },
        {
            "start": 933255808,
            "stop": 933257624
        },
        {
            "start": 933257629,
            "stop": 933258897
        },
        {
            "start": 933258898,
            "stop": 933258922
        },
        {
            "start": 933258941,
            "stop": 933260214
        },
        {
            "start": 933260232,
            "stop": 933260811
        },
        {
            "start": 933260812,
            "stop": 933261764
        },
        {
            "start": 933261770,
            "stop": 933261989
        },
        {
            "start": 933261994,
            "stop": 933262046
        },
        {
            "start": 933262047,
            "stop": 933262059
        },
        {
            "start": 933262077,
            "stop": 933262718
        },
        {
            "start": 933262719,
            "stop": 933262867
        },
        {
            "start": 933262872,
            "stop": 933263378
        }
    ]
}