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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=14",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 15,
    "results": [
        {
            "start": 931151126,
            "stop": 931151190
        },
        {
            "start": 931151201,
            "stop": 931151203
        },
        {
            "start": 931151209,
            "stop": 931151214
        },
        {
            "start": 931151220,
            "stop": 931151262
        },
        {
            "start": 931151267,
            "stop": 931151270
        },
        {
            "start": 931151285,
            "stop": 931151347
        },
        {
            "start": 931151353,
            "stop": 931151366
        },
        {
            "start": 931151375,
            "stop": 931151406
        },
        {
            "start": 931151412,
            "stop": 931151595
        },
        {
            "start": 931151600,
            "stop": 931151711
        },
        {
            "start": 931151716,
            "stop": 931151722
        },
        {
            "start": 931151727,
            "stop": 931151753
        },
        {
            "start": 931151759,
            "stop": 931151804
        },
        {
            "start": 931151810,
            "stop": 931151812
        },
        {
            "start": 931151818,
            "stop": 931151854
        },
        {
            "start": 931151860,
            "stop": 931151950
        },
        {
            "start": 931151956,
            "stop": 931151959
        },
        {
            "start": 931151969,
            "stop": 931151970
        },
        {
            "start": 931151987,
            "stop": 931151993
        },
        {
            "start": 931152025,
            "stop": 931152041
        }
    ]
}