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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=206",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 207,
    "results": [
        {
            "start": 820445700,
            "stop": 820445750
        },
        {
            "start": 820445830,
            "stop": 820445910
        },
        {
            "start": 820445918,
            "stop": 820446000
        },
        {
            "start": 820446007,
            "stop": 820446100
        },
        {
            "start": 820446107,
            "stop": 820446133
        },
        {
            "start": 820446140,
            "stop": 820446487
        },
        {
            "start": 820446494,
            "stop": 820446608
        },
        {
            "start": 820446615,
            "stop": 820446969
        },
        {
            "start": 820446977,
            "stop": 820447320
        },
        {
            "start": 820447380,
            "stop": 820447407
        },
        {
            "start": 820447415,
            "stop": 820447920
        },
        {
            "start": 820447980,
            "stop": 820448128
        },
        {
            "start": 820448135,
            "stop": 820448176
        },
        {
            "start": 820448184,
            "stop": 820448210
        },
        {
            "start": 820448291,
            "stop": 820448520
        },
        {
            "start": 820448580,
            "stop": 820448834
        },
        {
            "start": 820448841,
            "stop": 820448855
        },
        {
            "start": 820448862,
            "stop": 820449444
        },
        {
            "start": 820449452,
            "stop": 820449643
        },
        {
            "start": 820449650,
            "stop": 820449668
        }
    ]
}