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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8729",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8727",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8728,
    "results": [
        {
            "start": 872656200,
            "stop": 872656260
        },
        {
            "start": 872656740,
            "stop": 872656920
        },
        {
            "start": 872657520,
            "stop": 872657580
        },
        {
            "start": 872657640,
            "stop": 872657760
        },
        {
            "start": 872657820,
            "stop": 872657880
        },
        {
            "start": 872657940,
            "stop": 872658060
        },
        {
            "start": 872658240,
            "stop": 872658300
        },
        {
            "start": 872658360,
            "stop": 872658420
        },
        {
            "start": 872658540,
            "stop": 872658660
        },
        {
            "start": 872658720,
            "stop": 872658900
        },
        {
            "start": 872659125,
            "stop": 872659140
        },
        {
            "start": 872659440,
            "stop": 872659550
        },
        {
            "start": 872659630,
            "stop": 872659680
        },
        {
            "start": 872659980,
            "stop": 872660040
        },
        {
            "start": 872660580,
            "stop": 872660640
        },
        {
            "start": 872660700,
            "stop": 872660760
        },
        {
            "start": 872660940,
            "stop": 872661000
        },
        {
            "start": 872661180,
            "stop": 872661300
        },
        {
            "start": 872661420,
            "stop": 872661540
        },
        {
            "start": 872661660,
            "stop": 872661900
        }
    ]
}