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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=5",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 6,
    "results": [
        {
            "start": 815496945,
            "stop": 815496955
        },
        {
            "start": 815496962,
            "stop": 815496978
        },
        {
            "start": 815496985,
            "stop": 815497001
        },
        {
            "start": 815497008,
            "stop": 815497153
        },
        {
            "start": 815497161,
            "stop": 815497193
        },
        {
            "start": 815497200,
            "stop": 815497285
        },
        {
            "start": 815497292,
            "stop": 815497324
        },
        {
            "start": 815497335,
            "stop": 815497339
        },
        {
            "start": 815497346,
            "stop": 815497347
        },
        {
            "start": 815497354,
            "stop": 815497363
        },
        {
            "start": 815497370,
            "stop": 815497405
        },
        {
            "start": 815497412,
            "stop": 815497419
        },
        {
            "start": 815497427,
            "stop": 815497429
        },
        {
            "start": 815497438,
            "stop": 815497442
        },
        {
            "start": 815497449,
            "stop": 815497461
        },
        {
            "start": 815497468,
            "stop": 815497482
        },
        {
            "start": 815497490,
            "stop": 815497589
        },
        {
            "start": 815497596,
            "stop": 815497604
        },
        {
            "start": 815497619,
            "stop": 815497744
        },
        {
            "start": 815497751,
            "stop": 815497801
        }
    ]
}