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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=152",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 153,
    "results": [
        {
            "start": 819988285,
            "stop": 819988327
        },
        {
            "start": 819988334,
            "stop": 819988339
        },
        {
            "start": 819988353,
            "stop": 819988412
        },
        {
            "start": 819988419,
            "stop": 819988489
        },
        {
            "start": 819988496,
            "stop": 819988676
        },
        {
            "start": 819988683,
            "stop": 819988755
        },
        {
            "start": 819988762,
            "stop": 819988823
        },
        {
            "start": 819988830,
            "stop": 819988974
        },
        {
            "start": 819988981,
            "stop": 819989096
        },
        {
            "start": 819989103,
            "stop": 819989135
        },
        {
            "start": 819989144,
            "stop": 819989402
        },
        {
            "start": 819989411,
            "stop": 819989699
        },
        {
            "start": 819989706,
            "stop": 819989841
        },
        {
            "start": 819989848,
            "stop": 819990047
        },
        {
            "start": 819990054,
            "stop": 819990095
        },
        {
            "start": 819990102,
            "stop": 819990722
        },
        {
            "start": 819990729,
            "stop": 819990807
        },
        {
            "start": 819990814,
            "stop": 819990911
        },
        {
            "start": 819990924,
            "stop": 819991424
        },
        {
            "start": 819991432,
            "stop": 819991550
        }
    ]
}