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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=95",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 96,
    "results": [
        {
            "start": 1131146742,
            "stop": 1131146770
        },
        {
            "start": 1131146771,
            "stop": 1131146799
        },
        {
            "start": 1131146800,
            "stop": 1131146806
        },
        {
            "start": 1131146807,
            "stop": 1131146837
        },
        {
            "start": 1131146838,
            "stop": 1131146845
        },
        {
            "start": 1131146846,
            "stop": 1131146847
        },
        {
            "start": 1131146848,
            "stop": 1131146862
        },
        {
            "start": 1131146863,
            "stop": 1131146873
        },
        {
            "start": 1131146874,
            "stop": 1131146903
        },
        {
            "start": 1131146904,
            "stop": 1131146909
        },
        {
            "start": 1131146910,
            "stop": 1131146911
        },
        {
            "start": 1131146912,
            "stop": 1131146932
        },
        {
            "start": 1131146933,
            "stop": 1131146982
        },
        {
            "start": 1131146983,
            "stop": 1131147008
        },
        {
            "start": 1131147009,
            "stop": 1131147026
        },
        {
            "start": 1131147027,
            "stop": 1131147035
        },
        {
            "start": 1131147036,
            "stop": 1131147054
        },
        {
            "start": 1131147055,
            "stop": 1131147058
        },
        {
            "start": 1131147060,
            "stop": 1131147088
        },
        {
            "start": 1131147089,
            "stop": 1131147142
        }
    ]
}