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=6495
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=6496",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6494",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6495,
    "results": [
        {
            "start": 874159879,
            "stop": 874160006
        },
        {
            "start": 874160008,
            "stop": 874160051
        },
        {
            "start": 874160053,
            "stop": 874160284
        },
        {
            "start": 874160285,
            "stop": 874160526
        },
        {
            "start": 874160527,
            "stop": 874160701
        },
        {
            "start": 874160702,
            "stop": 874161359
        },
        {
            "start": 874161360,
            "stop": 874161510
        },
        {
            "start": 874161512,
            "stop": 874161704
        },
        {
            "start": 874161705,
            "stop": 874161800
        },
        {
            "start": 874161801,
            "stop": 874162041
        },
        {
            "start": 874162042,
            "stop": 874162083
        },
        {
            "start": 874162084,
            "stop": 874162179
        },
        {
            "start": 874162181,
            "stop": 874162197
        },
        {
            "start": 874162198,
            "stop": 874162218
        },
        {
            "start": 874162219,
            "stop": 874162335
        },
        {
            "start": 874162336,
            "stop": 874162352
        },
        {
            "start": 874162353,
            "stop": 874162433
        },
        {
            "start": 874182367,
            "stop": 874182824
        },
        {
            "start": 874182825,
            "stop": 874182843
        },
        {
            "start": 874182844,
            "stop": 874182969
        }
    ]
}