Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=370
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=369",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 370,
    "results": [
        {
            "start": 939634863,
            "stop": 939634872
        },
        {
            "start": 939634875,
            "stop": 939634883
        },
        {
            "start": 939634888,
            "stop": 939634937
        },
        {
            "start": 939634940,
            "stop": 939634947
        },
        {
            "start": 939634950,
            "stop": 939634981
        },
        {
            "start": 939634991,
            "stop": 939635134
        },
        {
            "start": 939635137,
            "stop": 939635207
        },
        {
            "start": 939635210,
            "stop": 939635291
        },
        {
            "start": 939635295,
            "stop": 939635332
        },
        {
            "start": 939635336,
            "stop": 939635459
        },
        {
            "start": 939635462,
            "stop": 939635470
        },
        {
            "start": 939635473,
            "stop": 939635533
        },
        {
            "start": 939635536,
            "stop": 939635761
        },
        {
            "start": 939635764,
            "stop": 939635888
        },
        {
            "start": 939635891,
            "stop": 939635922
        },
        {
            "start": 939635925,
            "stop": 939635972
        },
        {
            "start": 939635975,
            "stop": 939636302
        },
        {
            "start": 939636305,
            "stop": 939636319
        },
        {
            "start": 939636322,
            "stop": 939636368
        },
        {
            "start": 939636371,
            "stop": 939636379
        }
    ]
}