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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=300",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 301,
    "results": [
        {
            "start": 933354387,
            "stop": 933357393
        },
        {
            "start": 933369460,
            "stop": 933373006
        },
        {
            "start": 933373946,
            "stop": 933376261
        },
        {
            "start": 933379458,
            "stop": 933380182
        },
        {
            "start": 933390050,
            "stop": 933392159
        },
        {
            "start": 933401132,
            "stop": 933403482
        },
        {
            "start": 933403485,
            "stop": 933405760
        },
        {
            "start": 933411506,
            "stop": 933416378
        },
        {
            "start": 933419191,
            "stop": 933419878
        },
        {
            "start": 933425997,
            "stop": 933427683
        },
        {
            "start": 933427685,
            "stop": 933427882
        },
        {
            "start": 933427885,
            "stop": 933428534
        },
        {
            "start": 933431363,
            "stop": 933433253
        },
        {
            "start": 933467398,
            "stop": 933467473
        },
        {
            "start": 933481667,
            "stop": 933481708
        },
        {
            "start": 933481711,
            "stop": 933481835
        },
        {
            "start": 933481838,
            "stop": 933481973
        },
        {
            "start": 933481976,
            "stop": 933482197
        },
        {
            "start": 933482200,
            "stop": 933482223
        },
        {
            "start": 933482226,
            "stop": 933482410
        }
    ]
}