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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=331",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 332,
    "results": [
        {
            "start": 822548400,
            "stop": 822548520
        },
        {
            "start": 822548580,
            "stop": 822548652
        },
        {
            "start": 822548715,
            "stop": 822548734
        },
        {
            "start": 822548892,
            "stop": 822549472
        },
        {
            "start": 822549554,
            "stop": 822550197
        },
        {
            "start": 822550204,
            "stop": 822550440
        },
        {
            "start": 822550500,
            "stop": 822550893
        },
        {
            "start": 822550900,
            "stop": 822551152
        },
        {
            "start": 822551160,
            "stop": 822551253
        },
        {
            "start": 822551458,
            "stop": 822551488
        },
        {
            "start": 822551495,
            "stop": 822551556
        },
        {
            "start": 822551563,
            "stop": 822551640
        },
        {
            "start": 822551760,
            "stop": 822551940
        },
        {
            "start": 822552004,
            "stop": 822552048
        },
        {
            "start": 822552056,
            "stop": 822552116
        },
        {
            "start": 822552123,
            "stop": 822552420
        },
        {
            "start": 822552600,
            "stop": 822553566
        },
        {
            "start": 822553573,
            "stop": 822553680
        },
        {
            "start": 822553920,
            "stop": 822553980
        },
        {
            "start": 822554220,
            "stop": 822554222
        }
    ]
}