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=342
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=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=341",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 342,
    "results": [
        {
            "start": 845854970,
            "stop": 845856117
        },
        {
            "start": 845856118,
            "stop": 845858565
        },
        {
            "start": 845858566,
            "stop": 845860807
        },
        {
            "start": 845863044,
            "stop": 845866901
        },
        {
            "start": 845866948,
            "stop": 845870097
        },
        {
            "start": 845870341,
            "stop": 845882431
        },
        {
            "start": 845883615,
            "stop": 845886467
        },
        {
            "start": 845888576,
            "stop": 845896826
        },
        {
            "start": 845899257,
            "stop": 845900420
        },
        {
            "start": 845900422,
            "stop": 845902434
        },
        {
            "start": 845903836,
            "stop": 845906034
        },
        {
            "start": 845910518,
            "stop": 845912495
        },
        {
            "start": 845912497,
            "stop": 845912809
        },
        {
            "start": 846080082,
            "stop": 846084133
        },
        {
            "start": 846085202,
            "stop": 846089485
        },
        {
            "start": 846089487,
            "stop": 846090606
        },
        {
            "start": 846090608,
            "stop": 846092328
        },
        {
            "start": 846092330,
            "stop": 846093006
        },
        {
            "start": 846093008,
            "stop": 846093544
        },
        {
            "start": 846093827,
            "stop": 846095979
        }
    ]
}