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=28
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=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=27",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 28,
    "results": [
        {
            "start": 818450351,
            "stop": 818450431
        },
        {
            "start": 818450438,
            "stop": 818450511
        },
        {
            "start": 818450518,
            "stop": 818457169
        },
        {
            "start": 818457868,
            "stop": 818460141
        },
        {
            "start": 818462871,
            "stop": 818464128
        },
        {
            "start": 818464135,
            "stop": 818464159
        },
        {
            "start": 818464166,
            "stop": 818464270
        },
        {
            "start": 818464277,
            "stop": 818464350
        },
        {
            "start": 818464357,
            "stop": 818464420
        },
        {
            "start": 818464427,
            "stop": 818464508
        },
        {
            "start": 818464515,
            "stop": 818479726
        },
        {
            "start": 818484505,
            "stop": 818507471
        },
        {
            "start": 818507476,
            "stop": 818511506
        },
        {
            "start": 818511512,
            "stop": 818515502
        },
        {
            "start": 818515508,
            "stop": 818517461
        },
        {
            "start": 818517468,
            "stop": 818524963
        },
        {
            "start": 818562732,
            "stop": 818564489
        },
        {
            "start": 818564490,
            "stop": 818564850
        },
        {
            "start": 818565563,
            "stop": 818569776
        },
        {
            "start": 818576092,
            "stop": 818635050
        }
    ]
}