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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5142",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5143,
    "results": [
        {
            "start": 874712347,
            "stop": 874712362
        },
        {
            "start": 874712369,
            "stop": 874712379
        },
        {
            "start": 874712387,
            "stop": 874712400
        },
        {
            "start": 874712410,
            "stop": 874712480
        },
        {
            "start": 874712487,
            "stop": 874712490
        },
        {
            "start": 874712506,
            "stop": 874712574
        },
        {
            "start": 874712581,
            "stop": 874712623
        },
        {
            "start": 874712637,
            "stop": 874712686
        },
        {
            "start": 874712695,
            "stop": 874712699
        },
        {
            "start": 874712706,
            "stop": 874712714
        },
        {
            "start": 874712721,
            "stop": 874712726
        },
        {
            "start": 874712733,
            "stop": 874712748
        },
        {
            "start": 874712755,
            "stop": 874712774
        },
        {
            "start": 874712781,
            "stop": 874712817
        },
        {
            "start": 874712825,
            "stop": 874712826
        },
        {
            "start": 874712833,
            "stop": 874712851
        },
        {
            "start": 874712862,
            "stop": 874712889
        },
        {
            "start": 874712896,
            "stop": 874712917
        },
        {
            "start": 874712929,
            "stop": 874712982
        },
        {
            "start": 874712989,
            "stop": 874712996
        }
    ]
}