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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5826",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5827,
    "results": [
        {
            "start": 874716266,
            "stop": 874716290
        },
        {
            "start": 874716293,
            "stop": 874716354
        },
        {
            "start": 874716357,
            "stop": 874716361
        },
        {
            "start": 874716365,
            "stop": 874716466
        },
        {
            "start": 874716472,
            "stop": 874716484
        },
        {
            "start": 874716487,
            "stop": 874716613
        },
        {
            "start": 874716616,
            "stop": 874716644
        },
        {
            "start": 874716647,
            "stop": 874716703
        },
        {
            "start": 874716706,
            "stop": 874716723
        },
        {
            "start": 874716726,
            "stop": 874716727
        },
        {
            "start": 874716731,
            "stop": 874716759
        },
        {
            "start": 874716763,
            "stop": 874716786
        },
        {
            "start": 874716789,
            "stop": 874716790
        },
        {
            "start": 874716794,
            "stop": 874716796
        },
        {
            "start": 874716799,
            "stop": 874716900
        },
        {
            "start": 874716905,
            "stop": 874716977
        },
        {
            "start": 874716980,
            "stop": 874717032
        },
        {
            "start": 874717035,
            "stop": 874717075
        },
        {
            "start": 874717078,
            "stop": 874717079
        },
        {
            "start": 874717082,
            "stop": 874717144
        }
    ]
}