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=4379
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=4380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4378",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4379,
    "results": [
        {
            "start": 875074740,
            "stop": 875074788
        },
        {
            "start": 875074807,
            "stop": 875075485
        },
        {
            "start": 875075504,
            "stop": 875075828
        },
        {
            "start": 875077151,
            "stop": 875078748
        },
        {
            "start": 875078767,
            "stop": 875079140
        },
        {
            "start": 875079160,
            "stop": 875079505
        },
        {
            "start": 875079541,
            "stop": 875079655
        },
        {
            "start": 875079692,
            "stop": 875079826
        },
        {
            "start": 875079862,
            "stop": 875080156
        },
        {
            "start": 875080198,
            "stop": 875080652
        },
        {
            "start": 875080692,
            "stop": 875081357
        },
        {
            "start": 875081393,
            "stop": 875081496
        },
        {
            "start": 875081532,
            "stop": 875081536
        },
        {
            "start": 875081572,
            "stop": 875081676
        },
        {
            "start": 875081712,
            "stop": 875082356
        },
        {
            "start": 875082392,
            "stop": 875082561
        },
        {
            "start": 875082681,
            "stop": 875082726
        },
        {
            "start": 875082762,
            "stop": 875082836
        },
        {
            "start": 875082872,
            "stop": 875082907
        },
        {
            "start": 875082943,
            "stop": 875083416
        }
    ]
}