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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=375",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 376,
    "results": [
        {
            "start": 1266297377,
            "stop": 1266299745
        },
        {
            "start": 1266299746,
            "stop": 1266300651
        },
        {
            "start": 1266300652,
            "stop": 1266301612
        },
        {
            "start": 1266301613,
            "stop": 1266301738
        },
        {
            "start": 1266301739,
            "stop": 1266305468
        },
        {
            "start": 1266305469,
            "stop": 1266328638
        },
        {
            "start": 1266328639,
            "stop": 1266328685
        },
        {
            "start": 1266328686,
            "stop": 1266328831
        },
        {
            "start": 1266328832,
            "stop": 1266330229
        },
        {
            "start": 1266330230,
            "stop": 1266331399
        },
        {
            "start": 1266331400,
            "stop": 1266333116
        },
        {
            "start": 1266333117,
            "stop": 1266333351
        },
        {
            "start": 1266333352,
            "stop": 1266334327
        },
        {
            "start": 1266334329,
            "stop": 1266334882
        },
        {
            "start": 1266334883,
            "stop": 1266338595
        },
        {
            "start": 1266338596,
            "stop": 1266339059
        },
        {
            "start": 1266339060,
            "stop": 1266339814
        },
        {
            "start": 1266339815,
            "stop": 1266340078
        },
        {
            "start": 1266340079,
            "stop": 1266340388
        },
        {
            "start": 1266340389,
            "stop": 1266342601
        }
    ]
}