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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=445",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 446,
    "results": [
        {
            "start": 870008831,
            "stop": 870011549
        },
        {
            "start": 870011653,
            "stop": 870024099
        },
        {
            "start": 870030460,
            "stop": 870030785
        },
        {
            "start": 870031049,
            "stop": 870031314
        },
        {
            "start": 870031391,
            "stop": 870031409
        },
        {
            "start": 870031488,
            "stop": 870031574
        },
        {
            "start": 870031834,
            "stop": 870038672
        },
        {
            "start": 870040300,
            "stop": 870046092
        },
        {
            "start": 870046418,
            "stop": 870052047
        },
        {
            "start": 870052201,
            "stop": 870059852
        },
        {
            "start": 870065090,
            "stop": 870103428
        },
        {
            "start": 870103714,
            "stop": 870110613
        },
        {
            "start": 870110716,
            "stop": 870123641
        },
        {
            "start": 870123674,
            "stop": 870132728
        },
        {
            "start": 870132980,
            "stop": 870152628
        },
        {
            "start": 870152632,
            "stop": 870152752
        },
        {
            "start": 870152756,
            "stop": 870152828
        },
        {
            "start": 870152837,
            "stop": 870177870
        },
        {
            "start": 870178986,
            "stop": 870210751
        },
        {
            "start": 870212017,
            "stop": 870214718
        }
    ]
}