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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=228",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 229,
    "results": [
        {
            "start": 931460528,
            "stop": 931460532
        },
        {
            "start": 931460533,
            "stop": 931460534
        },
        {
            "start": 931460536,
            "stop": 931460538
        },
        {
            "start": 931460540,
            "stop": 931460551
        },
        {
            "start": 931460555,
            "stop": 931460558
        },
        {
            "start": 931460560,
            "stop": 931460570
        },
        {
            "start": 931460572,
            "stop": 931460590
        },
        {
            "start": 931460593,
            "stop": 931460597
        },
        {
            "start": 931460599,
            "stop": 931460602
        },
        {
            "start": 931460604,
            "stop": 931460605
        },
        {
            "start": 931460607,
            "stop": 931460611
        },
        {
            "start": 931460613,
            "stop": 931460622
        },
        {
            "start": 931460627,
            "stop": 931460631
        },
        {
            "start": 931460633,
            "stop": 931460644
        },
        {
            "start": 931460647,
            "stop": 931460648
        },
        {
            "start": 931460652,
            "stop": 931460664
        },
        {
            "start": 931460666,
            "stop": 931460670
        },
        {
            "start": 931460672,
            "stop": 931460685
        },
        {
            "start": 931460687,
            "stop": 931460692
        },
        {
            "start": 931460694,
            "stop": 931460696
        }
    ]
}