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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=263",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 264,
    "results": [
        {
            "start": 1264594800,
            "stop": 1264594802
        },
        {
            "start": 1264594803,
            "stop": 1264594810
        },
        {
            "start": 1264594812,
            "stop": 1264594813
        },
        {
            "start": 1264594814,
            "stop": 1264606211
        },
        {
            "start": 1264606212,
            "stop": 1264606845
        },
        {
            "start": 1264606846,
            "stop": 1264607084
        },
        {
            "start": 1264607085,
            "stop": 1264607323
        },
        {
            "start": 1264607324,
            "stop": 1264608152
        },
        {
            "start": 1264608153,
            "stop": 1264608182
        },
        {
            "start": 1264608184,
            "stop": 1264608386
        },
        {
            "start": 1264608387,
            "stop": 1264610232
        },
        {
            "start": 1264610233,
            "stop": 1264610469
        },
        {
            "start": 1264612159,
            "stop": 1264612782
        },
        {
            "start": 1264612783,
            "stop": 1264613091
        },
        {
            "start": 1264613094,
            "stop": 1264613797
        },
        {
            "start": 1264613798,
            "stop": 1264614109
        },
        {
            "start": 1264614110,
            "stop": 1264614111
        },
        {
            "start": 1264614115,
            "stop": 1264614124
        },
        {
            "start": 1264614127,
            "stop": 1264614131
        },
        {
            "start": 1264614132,
            "stop": 1264614137
        }
    ]
}