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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=353",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 354,
    "results": [
        {
            "start": 821756463,
            "stop": 821756467
        },
        {
            "start": 821756480,
            "stop": 821756481
        },
        {
            "start": 821756484,
            "stop": 821756485
        },
        {
            "start": 821756489,
            "stop": 821756499
        },
        {
            "start": 821756505,
            "stop": 821756508
        },
        {
            "start": 821756768,
            "stop": 821756772
        },
        {
            "start": 821756775,
            "stop": 821756778
        },
        {
            "start": 821756781,
            "stop": 821756792
        },
        {
            "start": 821756801,
            "stop": 821756816
        },
        {
            "start": 821756819,
            "stop": 821756830
        },
        {
            "start": 821756833,
            "stop": 821756841
        },
        {
            "start": 821756845,
            "stop": 821756852
        },
        {
            "start": 821756855,
            "stop": 821756863
        },
        {
            "start": 821756869,
            "stop": 821756871
        },
        {
            "start": 821756874,
            "stop": 821756875
        },
        {
            "start": 821756878,
            "stop": 821756882
        },
        {
            "start": 821756896,
            "stop": 821756898
        },
        {
            "start": 821756905,
            "stop": 821756907
        },
        {
            "start": 821756910,
            "stop": 821756913
        },
        {
            "start": 821756919,
            "stop": 821756920
        }
    ]
}