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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=62",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 63,
    "results": [
        {
            "start": 931398484,
            "stop": 931398507
        },
        {
            "start": 931398520,
            "stop": 931398580
        },
        {
            "start": 931398585,
            "stop": 931398607
        },
        {
            "start": 931398612,
            "stop": 931398630
        },
        {
            "start": 931398638,
            "stop": 931398649
        },
        {
            "start": 931398660,
            "stop": 931398706
        },
        {
            "start": 931398715,
            "stop": 931398746
        },
        {
            "start": 931398757,
            "stop": 931398781
        },
        {
            "start": 931398787,
            "stop": 931398800
        },
        {
            "start": 931398807,
            "stop": 931398826
        },
        {
            "start": 931398832,
            "stop": 931398852
        },
        {
            "start": 931398857,
            "stop": 931398918
        },
        {
            "start": 931398924,
            "stop": 931398928
        },
        {
            "start": 931398934,
            "stop": 931398936
        },
        {
            "start": 931398943,
            "stop": 931398950
        },
        {
            "start": 931398956,
            "stop": 931398960
        },
        {
            "start": 931398965,
            "stop": 931399004
        },
        {
            "start": 931399010,
            "stop": 931399029
        },
        {
            "start": 931399037,
            "stop": 931399038
        },
        {
            "start": 931399052,
            "stop": 931399068
        }
    ]
}