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/H1_BURST_CAT2E/segments?format=api&page=7259
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=7260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7258",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7259,
    "results": [
        {
            "start": 874926901,
            "stop": 874927275
        },
        {
            "start": 874927276,
            "stop": 874928070
        },
        {
            "start": 874928072,
            "stop": 874928167
        },
        {
            "start": 874928168,
            "stop": 874928695
        },
        {
            "start": 874928697,
            "stop": 874928925
        },
        {
            "start": 874928926,
            "stop": 874929326
        },
        {
            "start": 874929327,
            "stop": 874929545
        },
        {
            "start": 874929546,
            "stop": 874929839
        },
        {
            "start": 874929840,
            "stop": 874929906
        },
        {
            "start": 874929908,
            "stop": 874929916
        },
        {
            "start": 874929917,
            "stop": 874929992
        },
        {
            "start": 874929993,
            "stop": 874930224
        },
        {
            "start": 874930225,
            "stop": 874930233
        },
        {
            "start": 874930234,
            "stop": 874930311
        },
        {
            "start": 874930312,
            "stop": 874930640
        },
        {
            "start": 874930641,
            "stop": 874930643
        },
        {
            "start": 874930644,
            "stop": 874930648
        },
        {
            "start": 874930649,
            "stop": 874930653
        },
        {
            "start": 874930654,
            "stop": 874930899
        },
        {
            "start": 874930900,
            "stop": 874931084
        }
    ]
}