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_CAT3/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/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=95",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 96,
    "results": [
        {
            "start": 931609262,
            "stop": 931609339
        },
        {
            "start": 931609356,
            "stop": 931609468
        },
        {
            "start": 931609486,
            "stop": 931609651
        },
        {
            "start": 931609670,
            "stop": 931609774
        },
        {
            "start": 931609792,
            "stop": 931609985
        },
        {
            "start": 931610002,
            "stop": 931610076
        },
        {
            "start": 931610094,
            "stop": 931610155
        },
        {
            "start": 931610158,
            "stop": 931610170
        },
        {
            "start": 931610172,
            "stop": 931610295
        },
        {
            "start": 931610313,
            "stop": 931610388
        },
        {
            "start": 931610426,
            "stop": 931610506
        },
        {
            "start": 931610542,
            "stop": 931610602
        },
        {
            "start": 931610620,
            "stop": 931610679
        },
        {
            "start": 931610682,
            "stop": 931611133
        },
        {
            "start": 931611151,
            "stop": 931611199
        },
        {
            "start": 931611222,
            "stop": 931611230
        },
        {
            "start": 931611267,
            "stop": 931611334
        },
        {
            "start": 931611351,
            "stop": 931611562
        },
        {
            "start": 931611580,
            "stop": 931611588
        },
        {
            "start": 931611975,
            "stop": 931612004
        }
    ]
}