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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=380",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 381,
    "results": [
        {
            "start": 932306775,
            "stop": 932307048
        },
        {
            "start": 932307050,
            "stop": 932307051
        },
        {
            "start": 932307053,
            "stop": 932307282
        },
        {
            "start": 932307284,
            "stop": 932307287
        },
        {
            "start": 932307291,
            "stop": 932308100
        },
        {
            "start": 932311471,
            "stop": 932312121
        },
        {
            "start": 932316434,
            "stop": 932317041
        },
        {
            "start": 932319084,
            "stop": 932319246
        },
        {
            "start": 932320369,
            "stop": 932320628
        },
        {
            "start": 932322188,
            "stop": 932322220
        },
        {
            "start": 932323723,
            "stop": 932324392
        },
        {
            "start": 932345677,
            "stop": 932345943
        },
        {
            "start": 932348140,
            "stop": 932348198
        },
        {
            "start": 932348200,
            "stop": 932348407
        },
        {
            "start": 932348410,
            "stop": 932348437
        },
        {
            "start": 932348439,
            "stop": 932348453
        },
        {
            "start": 932348455,
            "stop": 932349204
        },
        {
            "start": 932349207,
            "stop": 932349295
        },
        {
            "start": 932349297,
            "stop": 932349309
        },
        {
            "start": 932349312,
            "stop": 932349324
        }
    ]
}