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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=92",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 93,
    "results": [
        {
            "start": 1263881986,
            "stop": 1263882200
        },
        {
            "start": 1263882203,
            "stop": 1263882267
        },
        {
            "start": 1263882268,
            "stop": 1263882474
        },
        {
            "start": 1263882476,
            "stop": 1263882593
        },
        {
            "start": 1263882594,
            "stop": 1263882688
        },
        {
            "start": 1263882689,
            "stop": 1263882763
        },
        {
            "start": 1263882765,
            "stop": 1263882960
        },
        {
            "start": 1263882961,
            "stop": 1263883072
        },
        {
            "start": 1263883073,
            "stop": 1263883101
        },
        {
            "start": 1263883103,
            "stop": 1263883127
        },
        {
            "start": 1263883129,
            "stop": 1263883192
        },
        {
            "start": 1263883194,
            "stop": 1263883630
        },
        {
            "start": 1263883631,
            "stop": 1263883701
        },
        {
            "start": 1263883702,
            "stop": 1263883853
        },
        {
            "start": 1263883854,
            "stop": 1263884124
        },
        {
            "start": 1263884126,
            "stop": 1263884132
        },
        {
            "start": 1263884134,
            "stop": 1263884790
        },
        {
            "start": 1263884792,
            "stop": 1263885766
        },
        {
            "start": 1263885767,
            "stop": 1263886586
        },
        {
            "start": 1263886587,
            "stop": 1263886597
        }
    ]
}