Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=682
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=683",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=681",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 682,
    "results": [
        {
            "start": 861165495,
            "stop": 861173201
        },
        {
            "start": 861173849,
            "stop": 861175522
        },
        {
            "start": 861177633,
            "stop": 861213060
        },
        {
            "start": 861213120,
            "stop": 861214947
        },
        {
            "start": 861217824,
            "stop": 861219870
        },
        {
            "start": 861219930,
            "stop": 861221357
        },
        {
            "start": 861222537,
            "stop": 861233095
        },
        {
            "start": 861235529,
            "stop": 861278792
        },
        {
            "start": 861284723,
            "stop": 861306864
        },
        {
            "start": 861311787,
            "stop": 861315717
        },
        {
            "start": 861317317,
            "stop": 861320079
        },
        {
            "start": 861320719,
            "stop": 861330171
        },
        {
            "start": 861330814,
            "stop": 861356829
        },
        {
            "start": 861357422,
            "stop": 861357639
        },
        {
            "start": 861358039,
            "stop": 861369299
        },
        {
            "start": 861369945,
            "stop": 861379707
        },
        {
            "start": 861379953,
            "stop": 861390930
        },
        {
            "start": 861392039,
            "stop": 861398706
        },
        {
            "start": 861399336,
            "stop": 861424410
        },
        {
            "start": 861426035,
            "stop": 861428462
        }
    ]
}