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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=125",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 126,
    "results": [
        {
            "start": 819677324,
            "stop": 819678162
        },
        {
            "start": 819678170,
            "stop": 819678290
        },
        {
            "start": 819678370,
            "stop": 819678703
        },
        {
            "start": 819678910,
            "stop": 819685020
        },
        {
            "start": 819685140,
            "stop": 819685310
        },
        {
            "start": 819685450,
            "stop": 819686093
        },
        {
            "start": 819686100,
            "stop": 819687417
        },
        {
            "start": 819687466,
            "stop": 819689880
        },
        {
            "start": 819689940,
            "stop": 819697633
        },
        {
            "start": 819698739,
            "stop": 819700020
        },
        {
            "start": 819700080,
            "stop": 819700320
        },
        {
            "start": 819700380,
            "stop": 819704044
        },
        {
            "start": 819704051,
            "stop": 819707323
        },
        {
            "start": 819707504,
            "stop": 819712401
        },
        {
            "start": 819712408,
            "stop": 819712996
        },
        {
            "start": 819713003,
            "stop": 819713400
        },
        {
            "start": 819713407,
            "stop": 819713924
        },
        {
            "start": 819713931,
            "stop": 819714017
        },
        {
            "start": 819714024,
            "stop": 819716160
        },
        {
            "start": 819716220,
            "stop": 819718060
        }
    ]
}