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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=133",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 134,
    "results": [
        {
            "start": 838953052,
            "stop": 838968522
        },
        {
            "start": 838969282,
            "stop": 838981765
        },
        {
            "start": 838982262,
            "stop": 839001780
        },
        {
            "start": 839001938,
            "stop": 839021602
        },
        {
            "start": 839022416,
            "stop": 839025827
        },
        {
            "start": 839038861,
            "stop": 839039107
        },
        {
            "start": 839039164,
            "stop": 839042316
        },
        {
            "start": 839043952,
            "stop": 839054465
        },
        {
            "start": 839055062,
            "stop": 839078858
        },
        {
            "start": 839081283,
            "stop": 839081423
        },
        {
            "start": 839081498,
            "stop": 839082382
        },
        {
            "start": 839082622,
            "stop": 839082828
        },
        {
            "start": 839099440,
            "stop": 839103225
        },
        {
            "start": 839104044,
            "stop": 839110834
        },
        {
            "start": 839110916,
            "stop": 839111596
        },
        {
            "start": 839111969,
            "stop": 839126794
        },
        {
            "start": 839127262,
            "stop": 839136521
        },
        {
            "start": 839140486,
            "stop": 839146164
        },
        {
            "start": 839146942,
            "stop": 839150307
        },
        {
            "start": 839150480,
            "stop": 839162430
        }
    ]
}