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=6352
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=6353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6351",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6352,
    "results": [
        {
            "start": 873445333,
            "stop": 873445420
        },
        {
            "start": 873445422,
            "stop": 873445800
        },
        {
            "start": 873445801,
            "stop": 873446063
        },
        {
            "start": 873446064,
            "stop": 873446251
        },
        {
            "start": 873446252,
            "stop": 873446370
        },
        {
            "start": 873446371,
            "stop": 873446385
        },
        {
            "start": 873446386,
            "stop": 873446399
        },
        {
            "start": 873446401,
            "stop": 873446409
        },
        {
            "start": 873446411,
            "stop": 873447089
        },
        {
            "start": 873447090,
            "stop": 873447189
        },
        {
            "start": 873447190,
            "stop": 873447213
        },
        {
            "start": 873447214,
            "stop": 873447398
        },
        {
            "start": 873447399,
            "stop": 873447672
        },
        {
            "start": 873447674,
            "stop": 873448621
        },
        {
            "start": 873448622,
            "stop": 873448996
        },
        {
            "start": 873448997,
            "stop": 873449019
        },
        {
            "start": 873449020,
            "stop": 873449262
        },
        {
            "start": 873449263,
            "stop": 873450675
        },
        {
            "start": 873450676,
            "stop": 873450718
        },
        {
            "start": 873450720,
            "stop": 873450882
        }
    ]
}