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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=110",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 111,
    "results": [
        {
            "start": 818062452,
            "stop": 818062460
        },
        {
            "start": 818062465,
            "stop": 818062472
        },
        {
            "start": 818062478,
            "stop": 818062483
        },
        {
            "start": 818062486,
            "stop": 818062508
        },
        {
            "start": 818062514,
            "stop": 818062522
        },
        {
            "start": 818062525,
            "stop": 818062535
        },
        {
            "start": 818062538,
            "stop": 818062576
        },
        {
            "start": 818062586,
            "stop": 818062592
        },
        {
            "start": 818062597,
            "stop": 818062612
        },
        {
            "start": 818062617,
            "stop": 818062630
        },
        {
            "start": 818062641,
            "stop": 818062646
        },
        {
            "start": 818062649,
            "stop": 818062651
        },
        {
            "start": 818062656,
            "stop": 818062659
        },
        {
            "start": 818062663,
            "stop": 818062664
        },
        {
            "start": 818062670,
            "stop": 818062682
        },
        {
            "start": 818062685,
            "stop": 818062689
        },
        {
            "start": 818062692,
            "stop": 818062694
        },
        {
            "start": 818062698,
            "stop": 818062703
        },
        {
            "start": 818062708,
            "stop": 818062710
        },
        {
            "start": 818062720,
            "stop": 818062722
        }
    ]
}