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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=272",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 273,
    "results": [
        {
            "start": 934642645,
            "stop": 934642648
        },
        {
            "start": 934642650,
            "stop": 934642657
        },
        {
            "start": 934642661,
            "stop": 934642662
        },
        {
            "start": 934642665,
            "stop": 934642677
        },
        {
            "start": 934642680,
            "stop": 934642688
        },
        {
            "start": 934642690,
            "stop": 934642693
        },
        {
            "start": 934642695,
            "stop": 934642702
        },
        {
            "start": 934642706,
            "stop": 934642707
        },
        {
            "start": 934642710,
            "stop": 934642718
        },
        {
            "start": 934642720,
            "stop": 934642792
        },
        {
            "start": 934642795,
            "stop": 934642808
        },
        {
            "start": 934642810,
            "stop": 934642815
        },
        {
            "start": 934643055,
            "stop": 934643278
        },
        {
            "start": 934643282,
            "stop": 934643285
        },
        {
            "start": 934643300,
            "stop": 934643303
        },
        {
            "start": 934643310,
            "stop": 934643311
        },
        {
            "start": 934643315,
            "stop": 934643320
        },
        {
            "start": 934643323,
            "stop": 934643328
        },
        {
            "start": 934643331,
            "stop": 934643441
        },
        {
            "start": 934678632,
            "stop": 934678644
        }
    ]
}