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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=292",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 293,
    "results": [
        {
            "start": 821655430,
            "stop": 821655650
        },
        {
            "start": 821655730,
            "stop": 821656190
        },
        {
            "start": 821656270,
            "stop": 821656430
        },
        {
            "start": 821656750,
            "stop": 821656797
        },
        {
            "start": 821656805,
            "stop": 821656860
        },
        {
            "start": 821656920,
            "stop": 821657283
        },
        {
            "start": 821657312,
            "stop": 821657451
        },
        {
            "start": 821657458,
            "stop": 821657483
        },
        {
            "start": 821657497,
            "stop": 821657749
        },
        {
            "start": 821657756,
            "stop": 821657971
        },
        {
            "start": 821657978,
            "stop": 821658170
        },
        {
            "start": 821658250,
            "stop": 821658456
        },
        {
            "start": 821658463,
            "stop": 821658757
        },
        {
            "start": 821658771,
            "stop": 821658997
        },
        {
            "start": 821659005,
            "stop": 821659041
        },
        {
            "start": 821659055,
            "stop": 821659520
        },
        {
            "start": 821659527,
            "stop": 821659620
        },
        {
            "start": 821659680,
            "stop": 821659690
        },
        {
            "start": 821660538,
            "stop": 821661253
        },
        {
            "start": 821661260,
            "stop": 821661655
        }
    ]
}