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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=51",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 52,
    "results": [
        {
            "start": 931376878,
            "stop": 931376904
        },
        {
            "start": 931376934,
            "stop": 931377002
        },
        {
            "start": 931386256,
            "stop": 931386280
        },
        {
            "start": 931386298,
            "stop": 931386347
        },
        {
            "start": 931386349,
            "stop": 931386361
        },
        {
            "start": 931386365,
            "stop": 931386377
        },
        {
            "start": 931386379,
            "stop": 931386446
        },
        {
            "start": 931386449,
            "stop": 931386461
        },
        {
            "start": 931386464,
            "stop": 931386481
        },
        {
            "start": 931386484,
            "stop": 931386497
        },
        {
            "start": 931386499,
            "stop": 931386535
        },
        {
            "start": 931386539,
            "stop": 931386586
        },
        {
            "start": 931386590,
            "stop": 931386618
        },
        {
            "start": 931386636,
            "stop": 931386642
        },
        {
            "start": 931386644,
            "stop": 931386702
        },
        {
            "start": 931386704,
            "stop": 931386716
        },
        {
            "start": 931386719,
            "stop": 931386731
        },
        {
            "start": 931386734,
            "stop": 931386747
        },
        {
            "start": 931386749,
            "stop": 931386762
        },
        {
            "start": 931386764,
            "stop": 931386777
        }
    ]
}