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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=23",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 24,
    "results": [
        {
            "start": 934761553,
            "stop": 934764139
        },
        {
            "start": 934764199,
            "stop": 934766748
        },
        {
            "start": 934769511,
            "stop": 934781817
        },
        {
            "start": 934782782,
            "stop": 934785775
        },
        {
            "start": 934787913,
            "stop": 934792051
        },
        {
            "start": 934799416,
            "stop": 934805816
        },
        {
            "start": 934810005,
            "stop": 934814838
        },
        {
            "start": 934816742,
            "stop": 934821892
        },
        {
            "start": 934825021,
            "stop": 934831879
        },
        {
            "start": 934831880,
            "stop": 934835135
        },
        {
            "start": 934837092,
            "stop": 934861073
        },
        {
            "start": 934861380,
            "stop": 934869417
        },
        {
            "start": 934883764,
            "stop": 934887906
        },
        {
            "start": 934891950,
            "stop": 934892490
        },
        {
            "start": 934895850,
            "stop": 934904635
        },
        {
            "start": 934945007,
            "stop": 934945020
        },
        {
            "start": 934945026,
            "stop": 934945224
        },
        {
            "start": 934945230,
            "stop": 934945243
        },
        {
            "start": 934945249,
            "stop": 934945469
        },
        {
            "start": 934945480,
            "stop": 934945486
        }
    ]
}