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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=125",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 126,
    "results": [
        {
            "start": 832882518,
            "stop": 832882519
        },
        {
            "start": 832882807,
            "stop": 832885273
        },
        {
            "start": 832885316,
            "stop": 832885317
        },
        {
            "start": 832888210,
            "stop": 832904353
        },
        {
            "start": 832904357,
            "stop": 832904359
        },
        {
            "start": 832904753,
            "stop": 832939813
        },
        {
            "start": 832939855,
            "stop": 832939857
        },
        {
            "start": 832940414,
            "stop": 832951393
        },
        {
            "start": 832951416,
            "stop": 832951417
        },
        {
            "start": 832951743,
            "stop": 833006713
        },
        {
            "start": 833009901,
            "stop": 833025794
        },
        {
            "start": 833025933,
            "stop": 833026393
        },
        {
            "start": 833026394,
            "stop": 833026396
        },
        {
            "start": 833026540,
            "stop": 833026753
        },
        {
            "start": 833026799,
            "stop": 833026800
        },
        {
            "start": 833027004,
            "stop": 833027053
        },
        {
            "start": 833029164,
            "stop": 833030350
        },
        {
            "start": 833035000,
            "stop": 833036373
        },
        {
            "start": 833059422,
            "stop": 833096337
        },
        {
            "start": 833098960,
            "stop": 833110513
        }
    ]
}