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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3579",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3577",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3578,
    "results": [
        {
            "start": 871780560,
            "stop": 871780595
        },
        {
            "start": 871780612,
            "stop": 871780680
        },
        {
            "start": 871780740,
            "stop": 871781168
        },
        {
            "start": 871781185,
            "stop": 871781259
        },
        {
            "start": 871781276,
            "stop": 871781396
        },
        {
            "start": 871781426,
            "stop": 871781454
        },
        {
            "start": 871781471,
            "stop": 871781472
        },
        {
            "start": 871781489,
            "stop": 871781530
        },
        {
            "start": 871781547,
            "stop": 871781549
        },
        {
            "start": 871781567,
            "stop": 871781582
        },
        {
            "start": 871781599,
            "stop": 871781632
        },
        {
            "start": 871781655,
            "stop": 871781685
        },
        {
            "start": 871781702,
            "stop": 871781962
        },
        {
            "start": 871781979,
            "stop": 871782103
        },
        {
            "start": 871782120,
            "stop": 871782188
        },
        {
            "start": 871782205,
            "stop": 871782562
        },
        {
            "start": 871782579,
            "stop": 871783371
        },
        {
            "start": 871783388,
            "stop": 871783512
        },
        {
            "start": 871783529,
            "stop": 871783538
        },
        {
            "start": 871783576,
            "stop": 871783577
        }
    ]
}