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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=127",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 128,
    "results": [
        {
            "start": 819727250,
            "stop": 819727322
        },
        {
            "start": 819727329,
            "stop": 819727424
        },
        {
            "start": 819727431,
            "stop": 819727512
        },
        {
            "start": 819727519,
            "stop": 819727738
        },
        {
            "start": 819727752,
            "stop": 819727765
        },
        {
            "start": 819727773,
            "stop": 819727873
        },
        {
            "start": 819727880,
            "stop": 819728119
        },
        {
            "start": 819728130,
            "stop": 819728190
        },
        {
            "start": 819728197,
            "stop": 819728372
        },
        {
            "start": 819728379,
            "stop": 819728418
        },
        {
            "start": 819728425,
            "stop": 819728517
        },
        {
            "start": 819728525,
            "stop": 819728612
        },
        {
            "start": 819728620,
            "stop": 819728682
        },
        {
            "start": 819728689,
            "stop": 819728748
        },
        {
            "start": 819728755,
            "stop": 819728894
        },
        {
            "start": 819728901,
            "stop": 819728986
        },
        {
            "start": 819728994,
            "stop": 819729073
        },
        {
            "start": 819731983,
            "stop": 819732180
        },
        {
            "start": 819732240,
            "stop": 819732432
        },
        {
            "start": 819732439,
            "stop": 819732595
        }
    ]
}