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=5208
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=5209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5207",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5208,
    "results": [
        {
            "start": 875052070,
            "stop": 875052807
        },
        {
            "start": 875052814,
            "stop": 875052887
        },
        {
            "start": 875052894,
            "stop": 875053153
        },
        {
            "start": 875053160,
            "stop": 875053550
        },
        {
            "start": 875053557,
            "stop": 875053789
        },
        {
            "start": 875053796,
            "stop": 875053893
        },
        {
            "start": 875053900,
            "stop": 875053988
        },
        {
            "start": 875053996,
            "stop": 875054308
        },
        {
            "start": 875054316,
            "stop": 875055022
        },
        {
            "start": 875055029,
            "stop": 875055268
        },
        {
            "start": 875055275,
            "stop": 875055941
        },
        {
            "start": 875057465,
            "stop": 875059290
        },
        {
            "start": 875059410,
            "stop": 875060698
        },
        {
            "start": 875060705,
            "stop": 875062532
        },
        {
            "start": 875062539,
            "stop": 875062593
        },
        {
            "start": 875062600,
            "stop": 875063294
        },
        {
            "start": 875063301,
            "stop": 875063616
        },
        {
            "start": 875063623,
            "stop": 875063629
        },
        {
            "start": 875063637,
            "stop": 875063646
        },
        {
            "start": 875063653,
            "stop": 875063674
        }
    ]
}