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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=101",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 102,
    "results": [
        {
            "start": 840371475,
            "stop": 840373124
        },
        {
            "start": 840373973,
            "stop": 840374703
        },
        {
            "start": 840374904,
            "stop": 840394880
        },
        {
            "start": 840403066,
            "stop": 840403946
        },
        {
            "start": 840406952,
            "stop": 840416573
        },
        {
            "start": 840419956,
            "stop": 840473693
        },
        {
            "start": 840474014,
            "stop": 840481308
        },
        {
            "start": 840481441,
            "stop": 840485622
        },
        {
            "start": 840485797,
            "stop": 840488445
        },
        {
            "start": 840489817,
            "stop": 840492010
        },
        {
            "start": 840493473,
            "stop": 840502639
        },
        {
            "start": 840504519,
            "stop": 840514506
        },
        {
            "start": 840515412,
            "stop": 840516481
        },
        {
            "start": 840517534,
            "stop": 840543285
        },
        {
            "start": 840544342,
            "stop": 840544633
        },
        {
            "start": 840546258,
            "stop": 840568443
        },
        {
            "start": 840568586,
            "stop": 840576663
        },
        {
            "start": 840577769,
            "stop": 840580800
        },
        {
            "start": 840581651,
            "stop": 840648634
        },
        {
            "start": 840650420,
            "stop": 840671298
        }
    ]
}