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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1581",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1579",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1580,
    "results": [
        {
            "start": 952774433,
            "stop": 952774793
        },
        {
            "start": 952774795,
            "stop": 952775250
        },
        {
            "start": 952775252,
            "stop": 952775860
        },
        {
            "start": 952775862,
            "stop": 952775870
        },
        {
            "start": 952777033,
            "stop": 952777125
        },
        {
            "start": 952777127,
            "stop": 952777131
        },
        {
            "start": 952777135,
            "stop": 952777510
        },
        {
            "start": 952777512,
            "stop": 952778505
        },
        {
            "start": 952778507,
            "stop": 952778916
        },
        {
            "start": 952778918,
            "stop": 952779305
        },
        {
            "start": 952780348,
            "stop": 952780444
        },
        {
            "start": 952781364,
            "stop": 952783418
        },
        {
            "start": 952783420,
            "stop": 952783428
        },
        {
            "start": 952802864,
            "stop": 952803374
        },
        {
            "start": 952803376,
            "stop": 952804520
        },
        {
            "start": 952804522,
            "stop": 952804552
        },
        {
            "start": 952804554,
            "stop": 952805036
        },
        {
            "start": 952805038,
            "stop": 952805156
        },
        {
            "start": 952805158,
            "stop": 952805170
        },
        {
            "start": 952805637,
            "stop": 952805862
        }
    ]
}