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_CAT3/segments?format=api&page=2355
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2354",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2355,
    "results": [
        {
            "start": 872160857,
            "stop": 872161765
        },
        {
            "start": 872161782,
            "stop": 872161893
        },
        {
            "start": 872161910,
            "stop": 872162519
        },
        {
            "start": 872162536,
            "stop": 872165658
        },
        {
            "start": 872165675,
            "stop": 872166680
        },
        {
            "start": 872166697,
            "stop": 872167498
        },
        {
            "start": 872169416,
            "stop": 872171040
        },
        {
            "start": 872171179,
            "stop": 872171688
        },
        {
            "start": 872171705,
            "stop": 872172284
        },
        {
            "start": 872172465,
            "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": 872181111
        },
        {
            "start": 872181128,
            "stop": 872181327
        },
        {
            "start": 872181344,
            "stop": 872183025
        },
        {
            "start": 872183325,
            "stop": 872183729
        },
        {
            "start": 872183746,
            "stop": 872184058
        }
    ]
}