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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6472",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6470",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6471,
    "results": [
        {
            "start": 874055467,
            "stop": 874055559
        },
        {
            "start": 874055561,
            "stop": 874055670
        },
        {
            "start": 874055671,
            "stop": 874055845
        },
        {
            "start": 874055846,
            "stop": 874056017
        },
        {
            "start": 874056018,
            "stop": 874056292
        },
        {
            "start": 874056293,
            "stop": 874057185
        },
        {
            "start": 874057186,
            "stop": 874057288
        },
        {
            "start": 874057289,
            "stop": 874057387
        },
        {
            "start": 874057388,
            "stop": 874057755
        },
        {
            "start": 874057756,
            "stop": 874058317
        },
        {
            "start": 874058318,
            "stop": 874058856
        },
        {
            "start": 874058857,
            "stop": 874059105
        },
        {
            "start": 874059106,
            "stop": 874059463
        },
        {
            "start": 874059464,
            "stop": 874059733
        },
        {
            "start": 874059735,
            "stop": 874060519
        },
        {
            "start": 874060520,
            "stop": 874060658
        },
        {
            "start": 874060659,
            "stop": 874060941
        },
        {
            "start": 874060943,
            "stop": 874061191
        },
        {
            "start": 874061193,
            "stop": 874062158
        },
        {
            "start": 874062160,
            "stop": 874062622
        }
    ]
}