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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=42",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 43,
    "results": [
        {
            "start": 1409770726,
            "stop": 1409778046
        },
        {
            "start": 1409778183,
            "stop": 1409778733
        },
        {
            "start": 1409779386,
            "stop": 1409781410
        },
        {
            "start": 1409782137,
            "stop": 1409787301
        },
        {
            "start": 1409789960,
            "stop": 1409852541
        },
        {
            "start": 1409860324,
            "stop": 1409914522
        },
        {
            "start": 1409920801,
            "stop": 1409931244
        },
        {
            "start": 1409932087,
            "stop": 1409932100
        },
        {
            "start": 1409932177,
            "stop": 1409932260
        },
        {
            "start": 1409941953,
            "stop": 1409941998
        },
        {
            "start": 1409942089,
            "stop": 1410012424
        },
        {
            "start": 1410218789,
            "stop": 1410222448
        },
        {
            "start": 1410222585,
            "stop": 1410224196
        },
        {
            "start": 1410231154,
            "stop": 1410267979
        },
        {
            "start": 1410268594,
            "stop": 1410298634
        },
        {
            "start": 1410304306,
            "stop": 1410374281
        },
        {
            "start": 1410375985,
            "stop": 1410411793
        },
        {
            "start": 1410448612,
            "stop": 1410450430
        },
        {
            "start": 1410452836,
            "stop": 1410474620
        },
        {
            "start": 1410497870,
            "stop": 1410500321
        }
    ]
}