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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=62",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 63,
    "results": [
        {
            "start": 817861292,
            "stop": 817861397
        },
        {
            "start": 817861408,
            "stop": 817861568
        },
        {
            "start": 817861579,
            "stop": 817861729
        },
        {
            "start": 817861737,
            "stop": 817861800
        },
        {
            "start": 817861808,
            "stop": 817862116
        },
        {
            "start": 817862124,
            "stop": 817863271
        },
        {
            "start": 817863279,
            "stop": 817863328
        },
        {
            "start": 817863336,
            "stop": 817863343
        },
        {
            "start": 817863351,
            "stop": 817864533
        },
        {
            "start": 817864541,
            "stop": 817864596
        },
        {
            "start": 817864605,
            "stop": 817864767
        },
        {
            "start": 817864775,
            "stop": 817864795
        },
        {
            "start": 817864803,
            "stop": 817865321
        },
        {
            "start": 817865329,
            "stop": 817865476
        },
        {
            "start": 817865482,
            "stop": 817865990
        },
        {
            "start": 817865998,
            "stop": 817866783
        },
        {
            "start": 817866791,
            "stop": 817866803
        },
        {
            "start": 817866810,
            "stop": 817867367
        },
        {
            "start": 817867375,
            "stop": 817868536
        },
        {
            "start": 817868546,
            "stop": 817869054
        }
    ]
}