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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5013",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5014,
    "results": [
        {
            "start": 874551815,
            "stop": 874551822
        },
        {
            "start": 874551830,
            "stop": 874551840
        },
        {
            "start": 874551847,
            "stop": 874551869
        },
        {
            "start": 874551876,
            "stop": 874551927
        },
        {
            "start": 874551941,
            "stop": 874551964
        },
        {
            "start": 874551972,
            "stop": 874551991
        },
        {
            "start": 874552004,
            "stop": 874552039
        },
        {
            "start": 874552046,
            "stop": 874552078
        },
        {
            "start": 874552085,
            "stop": 874552106
        },
        {
            "start": 874552114,
            "stop": 874552125
        },
        {
            "start": 874552132,
            "stop": 874552200
        },
        {
            "start": 874552207,
            "stop": 874552214
        },
        {
            "start": 874552230,
            "stop": 874552299
        },
        {
            "start": 874552306,
            "stop": 874552313
        },
        {
            "start": 874552327,
            "stop": 874552354
        },
        {
            "start": 874552361,
            "stop": 874552389
        },
        {
            "start": 874552396,
            "stop": 874552483
        },
        {
            "start": 874552490,
            "stop": 874552525
        },
        {
            "start": 874552532,
            "stop": 874552538
        },
        {
            "start": 874552545,
            "stop": 874552549
        }
    ]
}