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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=95",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 96,
    "results": [
        {
            "start": 824837233,
            "stop": 824837898
        },
        {
            "start": 824838318,
            "stop": 824842055
        },
        {
            "start": 824842442,
            "stop": 824843996
        },
        {
            "start": 824843998,
            "stop": 824844020
        },
        {
            "start": 824844022,
            "stop": 824844045
        },
        {
            "start": 824844047,
            "stop": 824844134
        },
        {
            "start": 824844136,
            "stop": 824844152
        },
        {
            "start": 824844154,
            "stop": 824844200
        },
        {
            "start": 824844202,
            "stop": 824844206
        },
        {
            "start": 824844210,
            "stop": 824844220
        },
        {
            "start": 824844222,
            "stop": 824844248
        },
        {
            "start": 824844250,
            "stop": 824844251
        },
        {
            "start": 824844253,
            "stop": 824844256
        },
        {
            "start": 824844258,
            "stop": 824844260
        },
        {
            "start": 824844271,
            "stop": 824844274
        },
        {
            "start": 824844276,
            "stop": 824844281
        },
        {
            "start": 824844284,
            "stop": 824844295
        },
        {
            "start": 824844299,
            "stop": 824844300
        },
        {
            "start": 824844304,
            "stop": 824844306
        },
        {
            "start": 824844308,
            "stop": 824844324
        }
    ]
}