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=718
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=719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=717",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 718,
    "results": [
        {
            "start": 851392955,
            "stop": 851395787
        },
        {
            "start": 851395790,
            "stop": 851395816
        },
        {
            "start": 851396431,
            "stop": 851398387
        },
        {
            "start": 851398396,
            "stop": 851398429
        },
        {
            "start": 851398432,
            "stop": 851398436
        },
        {
            "start": 851398442,
            "stop": 851398501
        },
        {
            "start": 851398504,
            "stop": 851398505
        },
        {
            "start": 851398518,
            "stop": 851398519
        },
        {
            "start": 851398522,
            "stop": 851398529
        },
        {
            "start": 851398538,
            "stop": 851399737
        },
        {
            "start": 851401048,
            "stop": 851401849
        },
        {
            "start": 851401890,
            "stop": 851401891
        },
        {
            "start": 851401894,
            "stop": 851402059
        },
        {
            "start": 851402070,
            "stop": 851405343
        },
        {
            "start": 851405346,
            "stop": 851405349
        },
        {
            "start": 851405408,
            "stop": 851408106
        },
        {
            "start": 851408761,
            "stop": 851410434
        },
        {
            "start": 851410437,
            "stop": 851410439
        },
        {
            "start": 851410455,
            "stop": 851410517
        },
        {
            "start": 851410520,
            "stop": 851428178
        }
    ]
}