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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=226",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 227,
    "results": [
        {
            "start": 836567585,
            "stop": 836577748
        },
        {
            "start": 836577802,
            "stop": 836592761
        },
        {
            "start": 836593311,
            "stop": 836595281
        },
        {
            "start": 836595283,
            "stop": 836595350
        },
        {
            "start": 836595352,
            "stop": 836595508
        },
        {
            "start": 836595510,
            "stop": 836596974
        },
        {
            "start": 836597150,
            "stop": 836597340
        },
        {
            "start": 836597341,
            "stop": 836597355
        },
        {
            "start": 836597356,
            "stop": 836597599
        },
        {
            "start": 836597600,
            "stop": 836597603
        },
        {
            "start": 836597605,
            "stop": 836597697
        },
        {
            "start": 836597698,
            "stop": 836597765
        },
        {
            "start": 836597767,
            "stop": 836600223
        },
        {
            "start": 836600968,
            "stop": 836636797
        },
        {
            "start": 836636798,
            "stop": 836644512
        },
        {
            "start": 836645173,
            "stop": 836651483
        },
        {
            "start": 836651485,
            "stop": 836652497
        },
        {
            "start": 836652551,
            "stop": 836653479
        },
        {
            "start": 836653521,
            "stop": 836659530
        },
        {
            "start": 836659568,
            "stop": 836661977
        }
    ]
}