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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=890",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=888",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 889,
    "results": [
        {
            "start": 1251257068,
            "stop": 1251257070
        },
        {
            "start": 1251257074,
            "stop": 1251257323
        },
        {
            "start": 1251257327,
            "stop": 1251258738
        },
        {
            "start": 1251258742,
            "stop": 1251259548
        },
        {
            "start": 1251259552,
            "stop": 1251259678
        },
        {
            "start": 1251259682,
            "stop": 1251260402
        },
        {
            "start": 1251260405,
            "stop": 1251260969
        },
        {
            "start": 1251260972,
            "stop": 1251261983
        },
        {
            "start": 1251261985,
            "stop": 1251263159
        },
        {
            "start": 1251263163,
            "stop": 1251263770
        },
        {
            "start": 1251263773,
            "stop": 1251264624
        },
        {
            "start": 1251264629,
            "stop": 1251265534
        },
        {
            "start": 1251265538,
            "stop": 1251265807
        },
        {
            "start": 1251265811,
            "stop": 1251266152
        },
        {
            "start": 1251266155,
            "stop": 1251267018
        },
        {
            "start": 1251267022,
            "stop": 1251267030
        },
        {
            "start": 1251267035,
            "stop": 1251267297
        },
        {
            "start": 1251267301,
            "stop": 1251267337
        },
        {
            "start": 1251267340,
            "stop": 1251268016
        },
        {
            "start": 1251268020,
            "stop": 1251268076
        }
    ]
}