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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=135",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 136,
    "results": [
        {
            "start": 828912172,
            "stop": 828915077
        },
        {
            "start": 828915081,
            "stop": 828915919
        },
        {
            "start": 828915991,
            "stop": 828917560
        },
        {
            "start": 828917564,
            "stop": 828918825
        },
        {
            "start": 828919005,
            "stop": 828919823
        },
        {
            "start": 828919826,
            "stop": 828921859
        },
        {
            "start": 828921863,
            "stop": 828922805
        },
        {
            "start": 828922808,
            "stop": 828922814
        },
        {
            "start": 828922818,
            "stop": 828924926
        },
        {
            "start": 828928804,
            "stop": 828968173
        },
        {
            "start": 828971385,
            "stop": 828978560
        },
        {
            "start": 828982557,
            "stop": 828985248
        },
        {
            "start": 828986661,
            "stop": 828987190
        },
        {
            "start": 828991589,
            "stop": 828994328
        },
        {
            "start": 828998083,
            "stop": 829001057
        },
        {
            "start": 829001172,
            "stop": 829002283
        },
        {
            "start": 829002515,
            "stop": 829016294
        },
        {
            "start": 829024494,
            "stop": 829059553
        },
        {
            "start": 829059574,
            "stop": 829059576
        },
        {
            "start": 829059880,
            "stop": 829063633
        }
    ]
}