Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=509
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=510",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=508",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 509,
    "results": [
        {
            "start": 826956997,
            "stop": 826957025
        },
        {
            "start": 826957049,
            "stop": 826957201
        },
        {
            "start": 826957220,
            "stop": 826958656
        },
        {
            "start": 826958675,
            "stop": 826958697
        },
        {
            "start": 826958726,
            "stop": 826958757
        },
        {
            "start": 826958787,
            "stop": 826958825
        },
        {
            "start": 826960327,
            "stop": 826964535
        },
        {
            "start": 826964555,
            "stop": 826964647
        },
        {
            "start": 826964679,
            "stop": 826964753
        },
        {
            "start": 826964772,
            "stop": 826964870
        },
        {
            "start": 826964889,
            "stop": 826964918
        },
        {
            "start": 826964955,
            "stop": 826965119
        },
        {
            "start": 826965182,
            "stop": 826965241
        },
        {
            "start": 826965269,
            "stop": 826965657
        },
        {
            "start": 826965714,
            "stop": 826965730
        },
        {
            "start": 826965778,
            "stop": 826965788
        },
        {
            "start": 826965808,
            "stop": 826965815
        },
        {
            "start": 826965837,
            "stop": 826965888
        },
        {
            "start": 826968174,
            "stop": 826969075
        },
        {
            "start": 826969128,
            "stop": 826969130
        }
    ]
}