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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4118",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4119,
    "results": [
        {
            "start": 874244991,
            "stop": 874245044
        },
        {
            "start": 874245063,
            "stop": 874245091
        },
        {
            "start": 874245116,
            "stop": 874245182
        },
        {
            "start": 874245333,
            "stop": 874245359
        },
        {
            "start": 874245378,
            "stop": 874245403
        },
        {
            "start": 874245423,
            "stop": 874245457
        },
        {
            "start": 874245476,
            "stop": 874245518
        },
        {
            "start": 874245638,
            "stop": 874245716
        },
        {
            "start": 874245836,
            "stop": 874245979
        },
        {
            "start": 874245998,
            "stop": 874246071
        },
        {
            "start": 874246090,
            "stop": 874246100
        },
        {
            "start": 874246120,
            "stop": 874246260
        },
        {
            "start": 874246279,
            "stop": 874246376
        },
        {
            "start": 874246395,
            "stop": 874246524
        },
        {
            "start": 874246544,
            "stop": 874246555
        },
        {
            "start": 874246595,
            "stop": 874246644
        },
        {
            "start": 874246663,
            "stop": 874246757
        },
        {
            "start": 874246786,
            "stop": 874246904
        },
        {
            "start": 874246923,
            "stop": 874246961
        },
        {
            "start": 874246981,
            "stop": 874247004
        }
    ]
}