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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=251",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 252,
    "results": [
        {
            "start": 820968959,
            "stop": 820970040
        },
        {
            "start": 820970160,
            "stop": 820970758
        },
        {
            "start": 820970765,
            "stop": 820971524
        },
        {
            "start": 820971531,
            "stop": 820971634
        },
        {
            "start": 820971642,
            "stop": 820971960
        },
        {
            "start": 820972020,
            "stop": 820972500
        },
        {
            "start": 820972560,
            "stop": 820972610
        },
        {
            "start": 820972690,
            "stop": 820973653
        },
        {
            "start": 820976296,
            "stop": 820977464
        },
        {
            "start": 820977645,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820979564
        },
        {
            "start": 820979745,
            "stop": 820980659
        },
        {
            "start": 820980666,
            "stop": 820980733
        },
        {
            "start": 820980740,
            "stop": 820980972
        },
        {
            "start": 820980979,
            "stop": 820981122
        },
        {
            "start": 820981129,
            "stop": 820981218
        },
        {
            "start": 820981225,
            "stop": 820981283
        },
        {
            "start": 820981290,
            "stop": 820981453
        },
        {
            "start": 820982417,
            "stop": 820983326
        },
        {
            "start": 820983333,
            "stop": 820983925
        }
    ]
}