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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=525",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=523",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 524,
    "results": [
        {
            "start": 869661294,
            "stop": 869661899
        },
        {
            "start": 869662199,
            "stop": 869667742
        },
        {
            "start": 869667748,
            "stop": 869667988
        },
        {
            "start": 869668288,
            "stop": 869669705
        },
        {
            "start": 869669710,
            "stop": 869682022
        },
        {
            "start": 869682028,
            "stop": 869720292
        },
        {
            "start": 869722360,
            "stop": 869724285
        },
        {
            "start": 869724585,
            "stop": 869757970
        },
        {
            "start": 869757975,
            "stop": 869762962
        },
        {
            "start": 869762968,
            "stop": 869763005
        },
        {
            "start": 869763010,
            "stop": 869773254
        },
        {
            "start": 869773546,
            "stop": 869773875
        },
        {
            "start": 869774175,
            "stop": 869775234
        },
        {
            "start": 869775344,
            "stop": 869776031
        },
        {
            "start": 869776331,
            "stop": 869776453
        },
        {
            "start": 869776820,
            "stop": 869777141
        },
        {
            "start": 869777251,
            "stop": 869777628
        },
        {
            "start": 869777928,
            "stop": 869821455
        },
        {
            "start": 869821457,
            "stop": 869825550
        },
        {
            "start": 869825553,
            "stop": 869831464
        }
    ]
}