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=1635
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=1636",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1634",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1635,
    "results": [
        {
            "start": 955664111,
            "stop": 955664416
        },
        {
            "start": 955664418,
            "stop": 955666793
        },
        {
            "start": 955666794,
            "stop": 955666823
        },
        {
            "start": 955666824,
            "stop": 955668017
        },
        {
            "start": 955668019,
            "stop": 955669092
        },
        {
            "start": 955669094,
            "stop": 955669110
        },
        {
            "start": 955669114,
            "stop": 955695522
        },
        {
            "start": 955695898,
            "stop": 955698406
        },
        {
            "start": 955698408,
            "stop": 955699483
        },
        {
            "start": 955699485,
            "stop": 955699923
        },
        {
            "start": 955700118,
            "stop": 955700674
        },
        {
            "start": 955701198,
            "stop": 955704998
        },
        {
            "start": 955705000,
            "stop": 955705058
        },
        {
            "start": 955705885,
            "stop": 955706288
        },
        {
            "start": 955706709,
            "stop": 955711533
        },
        {
            "start": 955716397,
            "stop": 955730221
        },
        {
            "start": 955732817,
            "stop": 955738893
        },
        {
            "start": 955738900,
            "stop": 955738905
        },
        {
            "start": 955738907,
            "stop": 955740145
        },
        {
            "start": 955742330,
            "stop": 955743278
        }
    ]
}