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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=84",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 85,
    "results": [
        {
            "start": 931456870,
            "stop": 931456912
        },
        {
            "start": 931456927,
            "stop": 931456946
        },
        {
            "start": 931456958,
            "stop": 931456959
        },
        {
            "start": 931456965,
            "stop": 931456969
        },
        {
            "start": 931456977,
            "stop": 931456982
        },
        {
            "start": 931457003,
            "stop": 931457004
        },
        {
            "start": 931457015,
            "stop": 931457034
        },
        {
            "start": 931457043,
            "stop": 931457049
        },
        {
            "start": 931457060,
            "stop": 931457067
        },
        {
            "start": 931457072,
            "stop": 931457088
        },
        {
            "start": 931457098,
            "stop": 931457103
        },
        {
            "start": 931457109,
            "stop": 931457113
        },
        {
            "start": 931457119,
            "stop": 931457121
        },
        {
            "start": 931457148,
            "stop": 931457150
        },
        {
            "start": 931457160,
            "stop": 931457228
        },
        {
            "start": 931457239,
            "stop": 931457242
        },
        {
            "start": 931457256,
            "stop": 931457262
        },
        {
            "start": 931457268,
            "stop": 931457279
        },
        {
            "start": 931457290,
            "stop": 931457294
        },
        {
            "start": 931457300,
            "stop": 931457307
        }
    ]
}