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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=180",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 181,
    "results": [
        {
            "start": 931601881,
            "stop": 931601888
        },
        {
            "start": 931601895,
            "stop": 931601908
        },
        {
            "start": 931601911,
            "stop": 931601917
        },
        {
            "start": 931601921,
            "stop": 931601923
        },
        {
            "start": 931601925,
            "stop": 931601932
        },
        {
            "start": 931601937,
            "stop": 931601951
        },
        {
            "start": 931601957,
            "stop": 931601960
        },
        {
            "start": 931601962,
            "stop": 931601968
        },
        {
            "start": 931601971,
            "stop": 931601974
        },
        {
            "start": 931601981,
            "stop": 931601988
        },
        {
            "start": 931601991,
            "stop": 931601996
        },
        {
            "start": 931601999,
            "stop": 931602001
        },
        {
            "start": 931602007,
            "stop": 931602008
        },
        {
            "start": 931602011,
            "stop": 931602012
        },
        {
            "start": 931602020,
            "stop": 931602021
        },
        {
            "start": 931602028,
            "stop": 931602030
        },
        {
            "start": 931602033,
            "stop": 931602035
        },
        {
            "start": 931602038,
            "stop": 931602039
        },
        {
            "start": 931602042,
            "stop": 931602045
        },
        {
            "start": 931602048,
            "stop": 931602052
        }
    ]
}