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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=221",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 222,
    "results": [
        {
            "start": 1264392572,
            "stop": 1264392579
        },
        {
            "start": 1264392581,
            "stop": 1264392683
        },
        {
            "start": 1264392685,
            "stop": 1264392698
        },
        {
            "start": 1264392699,
            "stop": 1264392769
        },
        {
            "start": 1264392770,
            "stop": 1264392776
        },
        {
            "start": 1264392780,
            "stop": 1264392802
        },
        {
            "start": 1264392804,
            "stop": 1264392810
        },
        {
            "start": 1264392812,
            "stop": 1264392815
        },
        {
            "start": 1264392816,
            "stop": 1264392819
        },
        {
            "start": 1264392821,
            "stop": 1264392836
        },
        {
            "start": 1264392839,
            "stop": 1264392925
        },
        {
            "start": 1264392927,
            "stop": 1264392958
        },
        {
            "start": 1264392961,
            "stop": 1264392967
        },
        {
            "start": 1264392970,
            "stop": 1264393040
        },
        {
            "start": 1264393042,
            "stop": 1264393065
        },
        {
            "start": 1264393066,
            "stop": 1264393209
        },
        {
            "start": 1264393210,
            "stop": 1264393211
        },
        {
            "start": 1264393212,
            "stop": 1264393275
        },
        {
            "start": 1264393277,
            "stop": 1264393309
        },
        {
            "start": 1264393311,
            "stop": 1264393316
        }
    ]
}