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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=334",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 335,
    "results": [
        {
            "start": 821749591,
            "stop": 821749593
        },
        {
            "start": 821749596,
            "stop": 821749597
        },
        {
            "start": 821749600,
            "stop": 821749625
        },
        {
            "start": 821749628,
            "stop": 821749635
        },
        {
            "start": 821749638,
            "stop": 821749641
        },
        {
            "start": 821749645,
            "stop": 821749646
        },
        {
            "start": 821749649,
            "stop": 821749650
        },
        {
            "start": 821749654,
            "stop": 821749666
        },
        {
            "start": 821749669,
            "stop": 821749670
        },
        {
            "start": 821749673,
            "stop": 821749678
        },
        {
            "start": 821749686,
            "stop": 821749693
        },
        {
            "start": 821749696,
            "stop": 821749699
        },
        {
            "start": 821749702,
            "stop": 821749703
        },
        {
            "start": 821749706,
            "stop": 821749714
        },
        {
            "start": 821749717,
            "stop": 821749722
        },
        {
            "start": 821749725,
            "stop": 821749731
        },
        {
            "start": 821749734,
            "stop": 821749737
        },
        {
            "start": 821749742,
            "stop": 821749762
        },
        {
            "start": 821749767,
            "stop": 821749768
        },
        {
            "start": 821749771,
            "stop": 821749772
        }
    ]
}