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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=256",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 257,
    "results": [
        {
            "start": 934779784,
            "stop": 934779788
        },
        {
            "start": 934779791,
            "stop": 934779808
        },
        {
            "start": 934779810,
            "stop": 934779813
        },
        {
            "start": 934779816,
            "stop": 934779829
        },
        {
            "start": 934779833,
            "stop": 934781817
        },
        {
            "start": 934782782,
            "stop": 934783356
        },
        {
            "start": 934783359,
            "stop": 934783366
        },
        {
            "start": 934783368,
            "stop": 934783381
        },
        {
            "start": 934783384,
            "stop": 934783414
        },
        {
            "start": 934783417,
            "stop": 934783430
        },
        {
            "start": 934783434,
            "stop": 934785880
        },
        {
            "start": 934787913,
            "stop": 934790533
        },
        {
            "start": 934790536,
            "stop": 934790565
        },
        {
            "start": 934790568,
            "stop": 934790581
        },
        {
            "start": 934790584,
            "stop": 934790609
        },
        {
            "start": 934790611,
            "stop": 934790614
        },
        {
            "start": 934790617,
            "stop": 934790630
        },
        {
            "start": 934790635,
            "stop": 934792051
        },
        {
            "start": 934799416,
            "stop": 934801363
        },
        {
            "start": 934801365,
            "stop": 934801381
        }
    ]
}