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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=294",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 295,
    "results": [
        {
            "start": 818233937,
            "stop": 818233939
        },
        {
            "start": 818233947,
            "stop": 818233950
        },
        {
            "start": 818234023,
            "stop": 818234027
        },
        {
            "start": 818234035,
            "stop": 818234036
        },
        {
            "start": 818234039,
            "stop": 818234041
        },
        {
            "start": 818234073,
            "stop": 818234075
        },
        {
            "start": 818234082,
            "stop": 818234084
        },
        {
            "start": 818234468,
            "stop": 818234471
        },
        {
            "start": 818234481,
            "stop": 818234485
        },
        {
            "start": 818234488,
            "stop": 818234489
        },
        {
            "start": 818234499,
            "stop": 818234500
        },
        {
            "start": 818234509,
            "stop": 818234518
        },
        {
            "start": 818234534,
            "stop": 818234535
        },
        {
            "start": 818234560,
            "stop": 818234561
        },
        {
            "start": 818234572,
            "stop": 818234573
        },
        {
            "start": 818234590,
            "stop": 818234596
        },
        {
            "start": 818234605,
            "stop": 818234608
        },
        {
            "start": 818234629,
            "stop": 818234639
        },
        {
            "start": 818234661,
            "stop": 818234667
        },
        {
            "start": 818234680,
            "stop": 818234681
        }
    ]
}