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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=191",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 192,
    "results": [
        {
            "start": 826964947,
            "stop": 826965128
        },
        {
            "start": 826965135,
            "stop": 826965140
        },
        {
            "start": 826965144,
            "stop": 826965150
        },
        {
            "start": 826965152,
            "stop": 826965158
        },
        {
            "start": 826965160,
            "stop": 826965172
        },
        {
            "start": 826965174,
            "stop": 826965250
        },
        {
            "start": 826965255,
            "stop": 826965259
        },
        {
            "start": 826965261,
            "stop": 826965666
        },
        {
            "start": 826965672,
            "stop": 826965681
        },
        {
            "start": 826965683,
            "stop": 826965696
        },
        {
            "start": 826965703,
            "stop": 826965704
        },
        {
            "start": 826965706,
            "stop": 826965739
        },
        {
            "start": 826965749,
            "stop": 826965752
        },
        {
            "start": 826965757,
            "stop": 826965762
        },
        {
            "start": 826965770,
            "stop": 826965797
        },
        {
            "start": 826965800,
            "stop": 826965824
        },
        {
            "start": 826965829,
            "stop": 826965897
        },
        {
            "start": 826965901,
            "stop": 826965929
        },
        {
            "start": 826965932,
            "stop": 826965971
        },
        {
            "start": 826965978,
            "stop": 826965990
        }
    ]
}