Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=144",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 145,
    "results": [
        {
            "start": 830549529,
            "stop": 830551297
        },
        {
            "start": 830551301,
            "stop": 830551374
        },
        {
            "start": 830551378,
            "stop": 830551398
        },
        {
            "start": 830551406,
            "stop": 830551557
        },
        {
            "start": 830551561,
            "stop": 830551583
        },
        {
            "start": 830551587,
            "stop": 830551691
        },
        {
            "start": 830551742,
            "stop": 830551744
        },
        {
            "start": 830551750,
            "stop": 830551771
        },
        {
            "start": 830551775,
            "stop": 830551802
        },
        {
            "start": 830551806,
            "stop": 830551812
        },
        {
            "start": 830551863,
            "stop": 830551864
        },
        {
            "start": 830574112,
            "stop": 830617273
        },
        {
            "start": 830669228,
            "stop": 830695853
        },
        {
            "start": 830698359,
            "stop": 830705928
        },
        {
            "start": 830720487,
            "stop": 830722753
        },
        {
            "start": 830722778,
            "stop": 830722779
        },
        {
            "start": 830723074,
            "stop": 830727088
        },
        {
            "start": 830730421,
            "stop": 830730691
        },
        {
            "start": 830732834,
            "stop": 830734216
        },
        {
            "start": 830734234,
            "stop": 830800813
        }
    ]
}