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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3459",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3457",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3458,
    "results": [
        {
            "start": 969895636,
            "stop": 969895676
        },
        {
            "start": 969895679,
            "stop": 969895731
        },
        {
            "start": 969895734,
            "stop": 969895762
        },
        {
            "start": 969895765,
            "stop": 969895766
        },
        {
            "start": 969895770,
            "stop": 969895774
        },
        {
            "start": 969895908,
            "stop": 969896001
        },
        {
            "start": 969896004,
            "stop": 969896027
        },
        {
            "start": 969896327,
            "stop": 969897211
        },
        {
            "start": 969897214,
            "stop": 969897277
        },
        {
            "start": 969897280,
            "stop": 969897382
        },
        {
            "start": 969897385,
            "stop": 969897407
        },
        {
            "start": 969898187,
            "stop": 969898235
        },
        {
            "start": 969898239,
            "stop": 969898268
        },
        {
            "start": 969898271,
            "stop": 969898427
        },
        {
            "start": 969898487,
            "stop": 969898505
        },
        {
            "start": 969898508,
            "stop": 969898551
        },
        {
            "start": 969898554,
            "stop": 969898719
        },
        {
            "start": 969898722,
            "stop": 969898902
        },
        {
            "start": 969898905,
            "stop": 969898996
        },
        {
            "start": 969898999,
            "stop": 969899207
        }
    ]
}