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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=341",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 342,
    "results": [
        {
            "start": 862568010,
            "stop": 862568015
        },
        {
            "start": 862568125,
            "stop": 862568214
        },
        {
            "start": 862568514,
            "stop": 862571338
        },
        {
            "start": 862571344,
            "stop": 862573639
        },
        {
            "start": 862573661,
            "stop": 862579312
        },
        {
            "start": 862579333,
            "stop": 862583401
        },
        {
            "start": 862583745,
            "stop": 862584337
        },
        {
            "start": 862584358,
            "stop": 862587480
        },
        {
            "start": 862587540,
            "stop": 862595472
        },
        {
            "start": 862595512,
            "stop": 862595549
        },
        {
            "start": 862595571,
            "stop": 862597450
        },
        {
            "start": 862597985,
            "stop": 862599359
        },
        {
            "start": 862599381,
            "stop": 862599609
        },
        {
            "start": 862602247,
            "stop": 862602707
        },
        {
            "start": 862602728,
            "stop": 862605644
        },
        {
            "start": 862605976,
            "stop": 862615112
        },
        {
            "start": 862615135,
            "stop": 862620873
        },
        {
            "start": 862620879,
            "stop": 862621350
        },
        {
            "start": 862621410,
            "stop": 862621934
        },
        {
            "start": 862621976,
            "stop": 862646157
        }
    ]
}