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=8695
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=8696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8694",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8695,
    "results": [
        {
            "start": 872170200,
            "stop": 872171039
        },
        {
            "start": 872171179,
            "stop": 872171688
        },
        {
            "start": 872171705,
            "stop": 872172284
        },
        {
            "start": 872172557,
            "stop": 872175513
        },
        {
            "start": 872175633,
            "stop": 872176258
        },
        {
            "start": 872176378,
            "stop": 872179732
        },
        {
            "start": 872179749,
            "stop": 872180269
        },
        {
            "start": 872180286,
            "stop": 872180317
        },
        {
            "start": 872180334,
            "stop": 872180606
        },
        {
            "start": 872180623,
            "stop": 872180635
        },
        {
            "start": 872180652,
            "stop": 872180769
        },
        {
            "start": 872180786,
            "stop": 872181060
        },
        {
            "start": 872181128,
            "stop": 872181327
        },
        {
            "start": 872181344,
            "stop": 872181413
        },
        {
            "start": 872181540,
            "stop": 872183025
        },
        {
            "start": 872183325,
            "stop": 872183729
        },
        {
            "start": 872183746,
            "stop": 872184058
        },
        {
            "start": 872184075,
            "stop": 872184172
        },
        {
            "start": 872184240,
            "stop": 872184713
        },
        {
            "start": 872184954,
            "stop": 872185140
        }
    ]
}