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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3713",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3711",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3712,
    "results": [
        {
            "start": 970998641,
            "stop": 970998744
        },
        {
            "start": 970998747,
            "stop": 970998833
        },
        {
            "start": 970998836,
            "stop": 970998956
        },
        {
            "start": 970998957,
            "stop": 970999280
        },
        {
            "start": 970999283,
            "stop": 970999503
        },
        {
            "start": 970999506,
            "stop": 970999544
        },
        {
            "start": 970999547,
            "stop": 970999588
        },
        {
            "start": 970999591,
            "stop": 970999688
        },
        {
            "start": 970999691,
            "stop": 970999750
        },
        {
            "start": 970999753,
            "stop": 970999790
        },
        {
            "start": 970999793,
            "stop": 970999891
        },
        {
            "start": 970999894,
            "stop": 970999974
        },
        {
            "start": 970999977,
            "stop": 971000025
        },
        {
            "start": 971000028,
            "stop": 971000283
        },
        {
            "start": 971000286,
            "stop": 971000306
        },
        {
            "start": 971000309,
            "stop": 971000315
        },
        {
            "start": 971000318,
            "stop": 971000354
        },
        {
            "start": 971000357,
            "stop": 971000471
        },
        {
            "start": 971000474,
            "stop": 971000645
        },
        {
            "start": 971000648,
            "stop": 971000867
        }
    ]
}