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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 81,
    "results": [
        {
            "start": 1410376639,
            "stop": 1410377372
        },
        {
            "start": 1410377376,
            "stop": 1410378685
        },
        {
            "start": 1410378690,
            "stop": 1410380489
        },
        {
            "start": 1410380493,
            "stop": 1410384014
        },
        {
            "start": 1410384019,
            "stop": 1410384457
        },
        {
            "start": 1410384462,
            "stop": 1410388819
        },
        {
            "start": 1410388988,
            "stop": 1410393320
        },
        {
            "start": 1410393325,
            "stop": 1410402476
        },
        {
            "start": 1410402481,
            "stop": 1410410632
        },
        {
            "start": 1410410637,
            "stop": 1410410734
        },
        {
            "start": 1410410739,
            "stop": 1410414172
        },
        {
            "start": 1410418400,
            "stop": 1410421667
        },
        {
            "start": 1410421672,
            "stop": 1410423982
        },
        {
            "start": 1410423987,
            "stop": 1410425070
        },
        {
            "start": 1410425075,
            "stop": 1410427120
        },
        {
            "start": 1410427125,
            "stop": 1410442451
        },
        {
            "start": 1410442456,
            "stop": 1410447364
        },
        {
            "start": 1410447369,
            "stop": 1410451375
        },
        {
            "start": 1410451380,
            "stop": 1410452041
        },
        {
            "start": 1410452046,
            "stop": 1410461005
        }
    ]
}