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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=318",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 319,
    "results": [
        {
            "start": 843746822,
            "stop": 843748447
        },
        {
            "start": 843748449,
            "stop": 843765268
        },
        {
            "start": 843766195,
            "stop": 843770844
        },
        {
            "start": 843772468,
            "stop": 843772471
        },
        {
            "start": 843772577,
            "stop": 843789986
        },
        {
            "start": 843789988,
            "stop": 843792393
        },
        {
            "start": 843792395,
            "stop": 843796498
        },
        {
            "start": 843796500,
            "stop": 843810243
        },
        {
            "start": 843810245,
            "stop": 843810382
        },
        {
            "start": 843811596,
            "stop": 843813884
        },
        {
            "start": 843813983,
            "stop": 843821996
        },
        {
            "start": 843823076,
            "stop": 843823091
        },
        {
            "start": 843823093,
            "stop": 843826966
        },
        {
            "start": 843827306,
            "stop": 843829177
        },
        {
            "start": 843829179,
            "stop": 843829871
        },
        {
            "start": 843829873,
            "stop": 843831037
        },
        {
            "start": 843831038,
            "stop": 843831272
        },
        {
            "start": 843831274,
            "stop": 843831586
        },
        {
            "start": 843831588,
            "stop": 843831589
        },
        {
            "start": 843831591,
            "stop": 843832381
        }
    ]
}