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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=7",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 8,
    "results": [
        {
            "start": 815212938,
            "stop": 815213175
        },
        {
            "start": 815213182,
            "stop": 815213292
        },
        {
            "start": 815213300,
            "stop": 815213352
        },
        {
            "start": 815213359,
            "stop": 815213424
        },
        {
            "start": 815213431,
            "stop": 815213506
        },
        {
            "start": 815213513,
            "stop": 815213524
        },
        {
            "start": 815213531,
            "stop": 815213609
        },
        {
            "start": 815213616,
            "stop": 815213775
        },
        {
            "start": 815213782,
            "stop": 815214003
        },
        {
            "start": 815214012,
            "stop": 815214473
        },
        {
            "start": 815214480,
            "stop": 815214647
        },
        {
            "start": 815214654,
            "stop": 815214733
        },
        {
            "start": 815215435,
            "stop": 815215438
        },
        {
            "start": 815215467,
            "stop": 815215518
        },
        {
            "start": 815215547,
            "stop": 815215600
        },
        {
            "start": 815215629,
            "stop": 815215679
        },
        {
            "start": 815215708,
            "stop": 815215747
        },
        {
            "start": 815215776,
            "stop": 815215786
        },
        {
            "start": 815215815,
            "stop": 815215830
        },
        {
            "start": 815215838,
            "stop": 815215893
        }
    ]
}