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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=482",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=480",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 481,
    "results": [
        {
            "start": 1184212570,
            "stop": 1184212575
        },
        {
            "start": 1184212577,
            "stop": 1184212579
        },
        {
            "start": 1184212602,
            "stop": 1184212605
        },
        {
            "start": 1184212607,
            "stop": 1184212707
        },
        {
            "start": 1184212709,
            "stop": 1184212804
        },
        {
            "start": 1184212807,
            "stop": 1184212809
        },
        {
            "start": 1184212811,
            "stop": 1184212818
        },
        {
            "start": 1184212821,
            "stop": 1184212824
        },
        {
            "start": 1184212827,
            "stop": 1184212829
        },
        {
            "start": 1184212832,
            "stop": 1184212833
        },
        {
            "start": 1184212835,
            "stop": 1184212836
        },
        {
            "start": 1184212864,
            "stop": 1184212867
        },
        {
            "start": 1184212869,
            "stop": 1184212871
        },
        {
            "start": 1184212878,
            "stop": 1184212879
        },
        {
            "start": 1184212941,
            "stop": 1184212942
        },
        {
            "start": 1184212978,
            "stop": 1184212985
        },
        {
            "start": 1184212987,
            "stop": 1184212988
        },
        {
            "start": 1184462589,
            "stop": 1184468972
        },
        {
            "start": 1184468976,
            "stop": 1184474123
        },
        {
            "start": 1184474127,
            "stop": 1184477607
        }
    ]
}