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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=242",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 243,
    "results": [
        {
            "start": 934545813,
            "stop": 934545817
        },
        {
            "start": 934545819,
            "stop": 934545833
        },
        {
            "start": 934545837,
            "stop": 934549335
        },
        {
            "start": 934549338,
            "stop": 934549385
        },
        {
            "start": 934549387,
            "stop": 934549416
        },
        {
            "start": 934549419,
            "stop": 934549426
        },
        {
            "start": 934549428,
            "stop": 934549434
        },
        {
            "start": 934549438,
            "stop": 934552418
        },
        {
            "start": 934552423,
            "stop": 934552955
        },
        {
            "start": 934552957,
            "stop": 934552960
        },
        {
            "start": 934552962,
            "stop": 934552967
        },
        {
            "start": 934552969,
            "stop": 934552985
        },
        {
            "start": 934552988,
            "stop": 934553012
        },
        {
            "start": 934553014,
            "stop": 934553018
        },
        {
            "start": 934553020,
            "stop": 934553035
        },
        {
            "start": 934553039,
            "stop": 934555377
        },
        {
            "start": 934555387,
            "stop": 934555412
        },
        {
            "start": 934555417,
            "stop": 934555426
        },
        {
            "start": 934555442,
            "stop": 934555449
        },
        {
            "start": 934555454,
            "stop": 934555486
        }
    ]
}