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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=140",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 141,
    "results": [
        {
            "start": 1260329604,
            "stop": 1260330556
        },
        {
            "start": 1260330561,
            "stop": 1260330799
        },
        {
            "start": 1260330803,
            "stop": 1260330931
        },
        {
            "start": 1260330936,
            "stop": 1260335183
        },
        {
            "start": 1260335185,
            "stop": 1260336850
        },
        {
            "start": 1260336854,
            "stop": 1260338347
        },
        {
            "start": 1260338352,
            "stop": 1260338409
        },
        {
            "start": 1260338414,
            "stop": 1260338464
        },
        {
            "start": 1260338469,
            "stop": 1260338663
        },
        {
            "start": 1260338668,
            "stop": 1260338901
        },
        {
            "start": 1260338908,
            "stop": 1260339782
        },
        {
            "start": 1260339785,
            "stop": 1260340907
        },
        {
            "start": 1260340912,
            "stop": 1260344963
        },
        {
            "start": 1260344967,
            "stop": 1260347337
        },
        {
            "start": 1260347339,
            "stop": 1260348728
        },
        {
            "start": 1260348730,
            "stop": 1260353282
        },
        {
            "start": 1260353285,
            "stop": 1260357196
        },
        {
            "start": 1260357200,
            "stop": 1260358988
        },
        {
            "start": 1260358996,
            "stop": 1260360931
        },
        {
            "start": 1260360935,
            "stop": 1260362164
        }
    ]
}