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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5244",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5245,
    "results": [
        {
            "start": 875204158,
            "stop": 875204350
        },
        {
            "start": 875204357,
            "stop": 875204439
        },
        {
            "start": 875204446,
            "stop": 875204688
        },
        {
            "start": 875204695,
            "stop": 875205004
        },
        {
            "start": 875205012,
            "stop": 875205037
        },
        {
            "start": 875205044,
            "stop": 875205198
        },
        {
            "start": 875205206,
            "stop": 875205349
        },
        {
            "start": 875205360,
            "stop": 875205392
        },
        {
            "start": 875205400,
            "stop": 875205429
        },
        {
            "start": 875205440,
            "stop": 875205464
        },
        {
            "start": 875205471,
            "stop": 875205475
        },
        {
            "start": 875205482,
            "stop": 875205551
        },
        {
            "start": 875205558,
            "stop": 875205565
        },
        {
            "start": 875205572,
            "stop": 875205574
        },
        {
            "start": 875205581,
            "stop": 875205651
        },
        {
            "start": 875205658,
            "stop": 875205678
        },
        {
            "start": 875205685,
            "stop": 875205816
        },
        {
            "start": 875205823,
            "stop": 875205884
        },
        {
            "start": 875205892,
            "stop": 875205902
        },
        {
            "start": 875205910,
            "stop": 875205950
        }
    ]
}