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_CBCHIGH_CAT2/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/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=206",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 207,
    "results": [
        {
            "start": 931705323,
            "stop": 931705325
        },
        {
            "start": 931705327,
            "stop": 931705344
        },
        {
            "start": 931705346,
            "stop": 931705351
        },
        {
            "start": 931705353,
            "stop": 931705357
        },
        {
            "start": 931705358,
            "stop": 931705379
        },
        {
            "start": 931705381,
            "stop": 931705384
        },
        {
            "start": 931705386,
            "stop": 931705402
        },
        {
            "start": 931705406,
            "stop": 931705425
        },
        {
            "start": 931705426,
            "stop": 931705435
        },
        {
            "start": 931705437,
            "stop": 931705447
        },
        {
            "start": 931705451,
            "stop": 931705454
        },
        {
            "start": 931705459,
            "stop": 931705465
        },
        {
            "start": 931705467,
            "stop": 931705470
        },
        {
            "start": 931705472,
            "stop": 931705496
        },
        {
            "start": 931705498,
            "stop": 931705503
        },
        {
            "start": 931705505,
            "stop": 931705506
        },
        {
            "start": 931705508,
            "stop": 931705512
        },
        {
            "start": 931705515,
            "stop": 931705516
        },
        {
            "start": 931705521,
            "stop": 931705522
        },
        {
            "start": 931705527,
            "stop": 931705530
        }
    ]
}