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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=311",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 312,
    "results": [
        {
            "start": 935622195,
            "stop": 935622600
        },
        {
            "start": 935622603,
            "stop": 935622766
        },
        {
            "start": 935622768,
            "stop": 935623771
        },
        {
            "start": 935623773,
            "stop": 935624747
        },
        {
            "start": 935624749,
            "stop": 935624976
        },
        {
            "start": 935624979,
            "stop": 935625345
        },
        {
            "start": 935625348,
            "stop": 935625615
        },
        {
            "start": 935625795,
            "stop": 935626231
        },
        {
            "start": 935626233,
            "stop": 935626533
        },
        {
            "start": 935626536,
            "stop": 935626756
        },
        {
            "start": 935626758,
            "stop": 935627873
        },
        {
            "start": 935627875,
            "stop": 935628572
        },
        {
            "start": 935628574,
            "stop": 935628586
        },
        {
            "start": 935628589,
            "stop": 935628677
        },
        {
            "start": 935628679,
            "stop": 935629215
        },
        {
            "start": 935629395,
            "stop": 935630238
        },
        {
            "start": 935630240,
            "stop": 935630551
        },
        {
            "start": 935630554,
            "stop": 935631016
        },
        {
            "start": 935631019,
            "stop": 935631211
        },
        {
            "start": 935631214,
            "stop": 935631498
        }
    ]
}