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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=153",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 154,
    "results": [
        {
            "start": 1264341406,
            "stop": 1264341407
        },
        {
            "start": 1264341408,
            "stop": 1264341446
        },
        {
            "start": 1264341447,
            "stop": 1264341454
        },
        {
            "start": 1264341455,
            "stop": 1264341506
        },
        {
            "start": 1264341507,
            "stop": 1264341549
        },
        {
            "start": 1264341550,
            "stop": 1264341567
        },
        {
            "start": 1264341569,
            "stop": 1264341573
        },
        {
            "start": 1264341576,
            "stop": 1264341682
        },
        {
            "start": 1264341683,
            "stop": 1264341711
        },
        {
            "start": 1264341712,
            "stop": 1264341724
        },
        {
            "start": 1264341725,
            "stop": 1264341740
        },
        {
            "start": 1264341743,
            "stop": 1264341747
        },
        {
            "start": 1264341748,
            "stop": 1264341750
        },
        {
            "start": 1264341751,
            "stop": 1264341753
        },
        {
            "start": 1264341754,
            "stop": 1264341771
        },
        {
            "start": 1264341772,
            "stop": 1264341773
        },
        {
            "start": 1264341774,
            "stop": 1264341782
        },
        {
            "start": 1264341783,
            "stop": 1264341817
        },
        {
            "start": 1264341818,
            "stop": 1264341819
        },
        {
            "start": 1264341820,
            "stop": 1264341838
        }
    ]
}