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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=113",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 114,
    "results": [
        {
            "start": 821501244,
            "stop": 821501269
        },
        {
            "start": 821501272,
            "stop": 821501282
        },
        {
            "start": 821501285,
            "stop": 821501301
        },
        {
            "start": 821501304,
            "stop": 821501307
        },
        {
            "start": 821501310,
            "stop": 821501329
        },
        {
            "start": 821501335,
            "stop": 821501346
        },
        {
            "start": 821501349,
            "stop": 821501410
        },
        {
            "start": 821501416,
            "stop": 821501418
        },
        {
            "start": 821501421,
            "stop": 821501449
        },
        {
            "start": 821501452,
            "stop": 821501463
        },
        {
            "start": 821501466,
            "stop": 821501467
        },
        {
            "start": 821501470,
            "stop": 821501476
        },
        {
            "start": 821501479,
            "stop": 821501495
        },
        {
            "start": 821501498,
            "stop": 821501544
        },
        {
            "start": 821501547,
            "stop": 821501560
        },
        {
            "start": 821501563,
            "stop": 821501607
        },
        {
            "start": 821501610,
            "stop": 821501614
        },
        {
            "start": 821501617,
            "stop": 821501618
        },
        {
            "start": 821501621,
            "stop": 821501667
        },
        {
            "start": 821501670,
            "stop": 821501686
        }
    ]
}