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=1836
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=1837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1835",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1836,
    "results": [
        {
            "start": 843866596,
            "stop": 843866599
        },
        {
            "start": 843866602,
            "stop": 843866610
        },
        {
            "start": 843866612,
            "stop": 843866614
        },
        {
            "start": 843866623,
            "stop": 843866637
        },
        {
            "start": 843866641,
            "stop": 843866649
        },
        {
            "start": 843866651,
            "stop": 843866659
        },
        {
            "start": 843866664,
            "stop": 843866676
        },
        {
            "start": 843866677,
            "stop": 843866684
        },
        {
            "start": 843866689,
            "stop": 843866692
        },
        {
            "start": 843866695,
            "stop": 843866697
        },
        {
            "start": 843866699,
            "stop": 843866714
        },
        {
            "start": 843866716,
            "stop": 843866721
        },
        {
            "start": 843866722,
            "stop": 843866723
        },
        {
            "start": 843866725,
            "stop": 843866726
        },
        {
            "start": 843866728,
            "stop": 843866730
        },
        {
            "start": 843866735,
            "stop": 843866738
        },
        {
            "start": 843866740,
            "stop": 843866741
        },
        {
            "start": 843866745,
            "stop": 843866748
        },
        {
            "start": 843866750,
            "stop": 843866754
        },
        {
            "start": 843866759,
            "stop": 843866760
        }
    ]
}