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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4351",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4352,
    "results": [
        {
            "start": 874766945,
            "stop": 874766946
        },
        {
            "start": 874766966,
            "stop": 874767068
        },
        {
            "start": 874767131,
            "stop": 874767138
        },
        {
            "start": 874767157,
            "stop": 874767198
        },
        {
            "start": 874767224,
            "stop": 874767228
        },
        {
            "start": 874767247,
            "stop": 874767295
        },
        {
            "start": 874767660,
            "stop": 874767738
        },
        {
            "start": 874784985,
            "stop": 874785052
        },
        {
            "start": 874785071,
            "stop": 874785090
        },
        {
            "start": 874785136,
            "stop": 874785140
        },
        {
            "start": 874785160,
            "stop": 874785235
        },
        {
            "start": 874785285,
            "stop": 874785308
        },
        {
            "start": 874785331,
            "stop": 874785351
        },
        {
            "start": 874785371,
            "stop": 874785389
        },
        {
            "start": 874785408,
            "stop": 874785559
        },
        {
            "start": 874785589,
            "stop": 874785642
        },
        {
            "start": 874785662,
            "stop": 874785697
        },
        {
            "start": 874785725,
            "stop": 874785818
        },
        {
            "start": 874785866,
            "stop": 874785881
        },
        {
            "start": 874785900,
            "stop": 874785918
        }
    ]
}