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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=120",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 121,
    "results": [
        {
            "start": 829525009,
            "stop": 829550938
        },
        {
            "start": 829550963,
            "stop": 829562248
        },
        {
            "start": 829562393,
            "stop": 829601099
        },
        {
            "start": 829604534,
            "stop": 829605839
        },
        {
            "start": 829605919,
            "stop": 829607424
        },
        {
            "start": 829607724,
            "stop": 829610904
        },
        {
            "start": 829632396,
            "stop": 829633193
        },
        {
            "start": 829633493,
            "stop": 829634631
        },
        {
            "start": 829636382,
            "stop": 829653466
        },
        {
            "start": 829656247,
            "stop": 829669460
        },
        {
            "start": 829669760,
            "stop": 829672679
        },
        {
            "start": 829672682,
            "stop": 829701812
        },
        {
            "start": 829701922,
            "stop": 829702954
        },
        {
            "start": 829703468,
            "stop": 829703593
        },
        {
            "start": 829703703,
            "stop": 829703709
        },
        {
            "start": 829704009,
            "stop": 829704936
        },
        {
            "start": 829705236,
            "stop": 829705960
        },
        {
            "start": 829706362,
            "stop": 829707282
        },
        {
            "start": 829707582,
            "stop": 829709010
        },
        {
            "start": 829709120,
            "stop": 829709135
        }
    ]
}