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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=111",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 112,
    "results": [
        {
            "start": 816739272,
            "stop": 816739275
        },
        {
            "start": 816739284,
            "stop": 816739297
        },
        {
            "start": 816739301,
            "stop": 816739333
        },
        {
            "start": 816739337,
            "stop": 816739375
        },
        {
            "start": 816739378,
            "stop": 816739388
        },
        {
            "start": 816739392,
            "stop": 816739401
        },
        {
            "start": 816739404,
            "stop": 816739424
        },
        {
            "start": 816739428,
            "stop": 816739525
        },
        {
            "start": 816739537,
            "stop": 816739543
        },
        {
            "start": 816739547,
            "stop": 816739550
        },
        {
            "start": 816739554,
            "stop": 816739558
        },
        {
            "start": 816739565,
            "stop": 816739585
        },
        {
            "start": 816739589,
            "stop": 816739610
        },
        {
            "start": 816739646,
            "stop": 816739649
        },
        {
            "start": 816739654,
            "stop": 816739657
        },
        {
            "start": 816739661,
            "stop": 816739662
        },
        {
            "start": 816739675,
            "stop": 816739677
        },
        {
            "start": 816739680,
            "stop": 816739691
        },
        {
            "start": 816739695,
            "stop": 816739892
        },
        {
            "start": 816739896,
            "stop": 816739940
        }
    ]
}