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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=322",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 323,
    "results": [
        {
            "start": 822474370,
            "stop": 822474482
        },
        {
            "start": 822474489,
            "stop": 822474561
        },
        {
            "start": 822474569,
            "stop": 822474721
        },
        {
            "start": 822474733,
            "stop": 822474899
        },
        {
            "start": 822474911,
            "stop": 822474981
        },
        {
            "start": 822474988,
            "stop": 822475052
        },
        {
            "start": 822475060,
            "stop": 822475081
        },
        {
            "start": 822475090,
            "stop": 822475203
        },
        {
            "start": 822475354,
            "stop": 822475518
        },
        {
            "start": 822475525,
            "stop": 822475560
        },
        {
            "start": 822475567,
            "stop": 822475604
        },
        {
            "start": 822475785,
            "stop": 822475800
        },
        {
            "start": 822475807,
            "stop": 822476084
        },
        {
            "start": 822476368,
            "stop": 822476767
        },
        {
            "start": 822476774,
            "stop": 822476940
        },
        {
            "start": 822477000,
            "stop": 822477090
        },
        {
            "start": 822477098,
            "stop": 822477129
        },
        {
            "start": 822477136,
            "stop": 822477164
        },
        {
            "start": 822477345,
            "stop": 822477429
        },
        {
            "start": 822477825,
            "stop": 822477826
        }
    ]
}