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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=290",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 291,
    "results": [
        {
            "start": 1264767466,
            "stop": 1264767475
        },
        {
            "start": 1264767476,
            "stop": 1264767478
        },
        {
            "start": 1264767480,
            "stop": 1264767484
        },
        {
            "start": 1264767485,
            "stop": 1264767488
        },
        {
            "start": 1264767490,
            "stop": 1264767548
        },
        {
            "start": 1264767551,
            "stop": 1264767552
        },
        {
            "start": 1264767555,
            "stop": 1264767559
        },
        {
            "start": 1264767563,
            "stop": 1264767564
        },
        {
            "start": 1264767565,
            "stop": 1264767566
        },
        {
            "start": 1264767568,
            "stop": 1264767579
        },
        {
            "start": 1264767580,
            "stop": 1264767581
        },
        {
            "start": 1264767584,
            "stop": 1264767590
        },
        {
            "start": 1264767592,
            "stop": 1264767594
        },
        {
            "start": 1264767596,
            "stop": 1264767607
        },
        {
            "start": 1264767609,
            "stop": 1264767614
        },
        {
            "start": 1264767616,
            "stop": 1264767695
        },
        {
            "start": 1264767697,
            "stop": 1264767714
        },
        {
            "start": 1264767718,
            "stop": 1264767722
        },
        {
            "start": 1264767723,
            "stop": 1264767724
        },
        {
            "start": 1264767725,
            "stop": 1264767738
        }
    ]
}