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=347
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=348",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=346",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 347,
    "results": [
        {
            "start": 1265013570,
            "stop": 1265013578
        },
        {
            "start": 1265013579,
            "stop": 1265013629
        },
        {
            "start": 1265013630,
            "stop": 1265013653
        },
        {
            "start": 1265013654,
            "stop": 1265013667
        },
        {
            "start": 1265013668,
            "stop": 1265013685
        },
        {
            "start": 1265013686,
            "stop": 1265013688
        },
        {
            "start": 1265013690,
            "stop": 1265013691
        },
        {
            "start": 1265013692,
            "stop": 1265013693
        },
        {
            "start": 1265013697,
            "stop": 1265013699
        },
        {
            "start": 1265013700,
            "stop": 1265013728
        },
        {
            "start": 1265013739,
            "stop": 1265013740
        },
        {
            "start": 1265013741,
            "stop": 1265013757
        },
        {
            "start": 1265013758,
            "stop": 1265013764
        },
        {
            "start": 1265013765,
            "stop": 1265013768
        },
        {
            "start": 1265013769,
            "stop": 1265013813
        },
        {
            "start": 1265013814,
            "stop": 1265013826
        },
        {
            "start": 1265013827,
            "stop": 1265013828
        },
        {
            "start": 1265013829,
            "stop": 1265013850
        },
        {
            "start": 1265013851,
            "stop": 1265013860
        },
        {
            "start": 1265013861,
            "stop": 1265013865
        }
    ]
}