Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2352
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=2353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2351",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2352,
    "results": [
        {
            "start": 874658740,
            "stop": 874658756
        },
        {
            "start": 874658773,
            "stop": 874658821
        },
        {
            "start": 874658918,
            "stop": 874658920
        },
        {
            "start": 874658937,
            "stop": 874658972
        },
        {
            "start": 874658989,
            "stop": 874658999
        },
        {
            "start": 874659785,
            "stop": 874659950
        },
        {
            "start": 874659972,
            "stop": 874659973
        },
        {
            "start": 874659992,
            "stop": 874660532
        },
        {
            "start": 874660555,
            "stop": 874660561
        },
        {
            "start": 874660587,
            "stop": 874660743
        },
        {
            "start": 874660781,
            "stop": 874660883
        },
        {
            "start": 874660902,
            "stop": 874660916
        },
        {
            "start": 874660935,
            "stop": 874661702
        },
        {
            "start": 874661721,
            "stop": 874663102
        },
        {
            "start": 874663146,
            "stop": 874664142
        },
        {
            "start": 874664164,
            "stop": 874665625
        },
        {
            "start": 874665646,
            "stop": 874665792
        },
        {
            "start": 874665813,
            "stop": 874667717
        },
        {
            "start": 874667736,
            "stop": 874668665
        },
        {
            "start": 874668685,
            "stop": 874669702
        }
    ]
}