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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=323",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 324,
    "results": [
        {
            "start": 818248470,
            "stop": 818248471
        },
        {
            "start": 818248476,
            "stop": 818248480
        },
        {
            "start": 818248486,
            "stop": 818248491
        },
        {
            "start": 818248501,
            "stop": 818248503
        },
        {
            "start": 818248507,
            "stop": 818248511
        },
        {
            "start": 818248515,
            "stop": 818248522
        },
        {
            "start": 818248528,
            "stop": 818248529
        },
        {
            "start": 818248532,
            "stop": 818248539
        },
        {
            "start": 818248548,
            "stop": 818248556
        },
        {
            "start": 818248562,
            "stop": 818248563
        },
        {
            "start": 818248567,
            "stop": 818248568
        },
        {
            "start": 818248583,
            "stop": 818248595
        },
        {
            "start": 818248598,
            "stop": 818248603
        },
        {
            "start": 818248607,
            "stop": 818248609
        },
        {
            "start": 818248626,
            "stop": 818248629
        },
        {
            "start": 818248653,
            "stop": 818248655
        },
        {
            "start": 818248662,
            "stop": 818248663
        },
        {
            "start": 818248668,
            "stop": 818248670
        },
        {
            "start": 818248673,
            "stop": 818248674
        },
        {
            "start": 818248682,
            "stop": 818248691
        }
    ]
}