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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=101",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 102,
    "results": [
        {
            "start": 829338243,
            "stop": 829338288
        },
        {
            "start": 829338825,
            "stop": 829339437
        },
        {
            "start": 829340108,
            "stop": 829340644
        },
        {
            "start": 829340964,
            "stop": 829341310
        },
        {
            "start": 829341710,
            "stop": 829341890
        },
        {
            "start": 829342574,
            "stop": 829342753
        },
        {
            "start": 829343073,
            "stop": 829343720
        },
        {
            "start": 829344120,
            "stop": 829349115
        },
        {
            "start": 829352466,
            "stop": 829363303
        },
        {
            "start": 829364452,
            "stop": 829380055
        },
        {
            "start": 829380954,
            "stop": 829381270
        },
        {
            "start": 829381590,
            "stop": 829381652
        },
        {
            "start": 829382052,
            "stop": 829382782
        },
        {
            "start": 829383193,
            "stop": 829395368
        },
        {
            "start": 829395688,
            "stop": 829396081
        },
        {
            "start": 829396696,
            "stop": 829396927
        },
        {
            "start": 829397041,
            "stop": 829397045
        },
        {
            "start": 829397365,
            "stop": 829399323
        },
        {
            "start": 829399723,
            "stop": 829399832
        },
        {
            "start": 829400152,
            "stop": 829400921
        }
    ]
}