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=6558
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=6559",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6557",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6558,
    "results": [
        {
            "start": 874448212,
            "stop": 874448561
        },
        {
            "start": 874448562,
            "stop": 874448573
        },
        {
            "start": 874448574,
            "stop": 874449041
        },
        {
            "start": 874449042,
            "stop": 874449270
        },
        {
            "start": 874449271,
            "stop": 874449326
        },
        {
            "start": 874449328,
            "stop": 874449332
        },
        {
            "start": 874449333,
            "stop": 874449440
        },
        {
            "start": 874449441,
            "stop": 874449751
        },
        {
            "start": 874449752,
            "stop": 874449786
        },
        {
            "start": 874449788,
            "stop": 874449951
        },
        {
            "start": 874449952,
            "stop": 874450095
        },
        {
            "start": 874450096,
            "stop": 874450104
        },
        {
            "start": 874450105,
            "stop": 874450370
        },
        {
            "start": 874450371,
            "stop": 874450662
        },
        {
            "start": 874450663,
            "stop": 874450741
        },
        {
            "start": 874450742,
            "stop": 874451112
        },
        {
            "start": 874451113,
            "stop": 874451149
        },
        {
            "start": 874451151,
            "stop": 874451316
        },
        {
            "start": 874451317,
            "stop": 874451811
        },
        {
            "start": 874451813,
            "stop": 874452085
        }
    ]
}