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=6537
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=6538",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6536",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6537,
    "results": [
        {
            "start": 874356004,
            "stop": 874356271
        },
        {
            "start": 874356272,
            "stop": 874356291
        },
        {
            "start": 874356292,
            "stop": 874356430
        },
        {
            "start": 874356432,
            "stop": 874356453
        },
        {
            "start": 874356454,
            "stop": 874356617
        },
        {
            "start": 874356619,
            "stop": 874356633
        },
        {
            "start": 874356634,
            "stop": 874356662
        },
        {
            "start": 874356664,
            "stop": 874356869
        },
        {
            "start": 874356870,
            "stop": 874356914
        },
        {
            "start": 874356915,
            "stop": 874357103
        },
        {
            "start": 874357104,
            "stop": 874357369
        },
        {
            "start": 874357370,
            "stop": 874357659
        },
        {
            "start": 874357661,
            "stop": 874357819
        },
        {
            "start": 874357820,
            "stop": 874357977
        },
        {
            "start": 874357979,
            "stop": 874358009
        },
        {
            "start": 874358010,
            "stop": 874358234
        },
        {
            "start": 874358235,
            "stop": 874358347
        },
        {
            "start": 874358349,
            "stop": 874358403
        },
        {
            "start": 874358404,
            "stop": 874359088
        },
        {
            "start": 874359089,
            "stop": 874359589
        }
    ]
}