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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=671",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=669",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 670,
    "results": [
        {
            "start": 851392859,
            "stop": 851392860
        },
        {
            "start": 851392863,
            "stop": 851392925
        },
        {
            "start": 851392955,
            "stop": 851395786
        },
        {
            "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": 851408053
        },
        {
            "start": 851408761,
            "stop": 851410434
        },
        {
            "start": 851410437,
            "stop": 851410439
        },
        {
            "start": 851410455,
            "stop": 851410517
        }
    ]
}