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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=52",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 53,
    "results": [
        {
            "start": 1417967238,
            "stop": 1417987859
        },
        {
            "start": 1417991634,
            "stop": 1418006754
        },
        {
            "start": 1418009283,
            "stop": 1418015617
        },
        {
            "start": 1418015914,
            "stop": 1418029423
        },
        {
            "start": 1418035284,
            "stop": 1418056220
        },
        {
            "start": 1418069359,
            "stop": 1418080529
        },
        {
            "start": 1418080753,
            "stop": 1418123725
        },
        {
            "start": 1418133790,
            "stop": 1418136015
        },
        {
            "start": 1418144476,
            "stop": 1418146080
        },
        {
            "start": 1418203963,
            "stop": 1418222893
        },
        {
            "start": 1418224597,
            "stop": 1418226867
        },
        {
            "start": 1418243392,
            "stop": 1418283559
        },
        {
            "start": 1418287486,
            "stop": 1418402088
        },
        {
            "start": 1418414872,
            "stop": 1418436330
        },
        {
            "start": 1418452713,
            "stop": 1418482253
        },
        {
            "start": 1418506090,
            "stop": 1418533564
        },
        {
            "start": 1418537627,
            "stop": 1418661021
        },
        {
            "start": 1418662724,
            "stop": 1418662766
        },
        {
            "start": 1418673985,
            "stop": 1418684217
        },
        {
            "start": 1418684219,
            "stop": 1418823133
        }
    ]
}