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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=343",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 344,
    "results": [
        {
            "start": 931783819,
            "stop": 931783829
        },
        {
            "start": 931783831,
            "stop": 931783835
        },
        {
            "start": 931783837,
            "stop": 931783838
        },
        {
            "start": 931783841,
            "stop": 931783843
        },
        {
            "start": 931783847,
            "stop": 931783894
        },
        {
            "start": 931783897,
            "stop": 931783901
        },
        {
            "start": 931783905,
            "stop": 931783912
        },
        {
            "start": 931783914,
            "stop": 931783936
        },
        {
            "start": 931783938,
            "stop": 931783941
        },
        {
            "start": 931783943,
            "stop": 931783949
        },
        {
            "start": 931783951,
            "stop": 931783958
        },
        {
            "start": 931783960,
            "stop": 931783969
        },
        {
            "start": 931783971,
            "stop": 931783995
        },
        {
            "start": 931783997,
            "stop": 931783999
        },
        {
            "start": 931784001,
            "stop": 931784007
        },
        {
            "start": 931784008,
            "stop": 931784015
        },
        {
            "start": 931784016,
            "stop": 931784018
        },
        {
            "start": 931784020,
            "stop": 931784039
        },
        {
            "start": 931784041,
            "stop": 931784043
        },
        {
            "start": 931784045,
            "stop": 931784091
        }
    ]
}