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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6885",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6886,
    "results": [
        {
            "start": 873409729,
            "stop": 873409908
        },
        {
            "start": 873409912,
            "stop": 873410508
        },
        {
            "start": 873410512,
            "stop": 873411048
        },
        {
            "start": 873411051,
            "stop": 873411153
        },
        {
            "start": 873411159,
            "stop": 873411209
        },
        {
            "start": 873411212,
            "stop": 873411456
        },
        {
            "start": 873411459,
            "stop": 873411590
        },
        {
            "start": 873411593,
            "stop": 873411799
        },
        {
            "start": 873411803,
            "stop": 873411837
        },
        {
            "start": 873411840,
            "stop": 873411842
        },
        {
            "start": 873411845,
            "stop": 873411851
        },
        {
            "start": 873411854,
            "stop": 873411881
        },
        {
            "start": 873411893,
            "stop": 873411903
        },
        {
            "start": 873411913,
            "stop": 873411923
        },
        {
            "start": 873411927,
            "stop": 873411928
        },
        {
            "start": 873411932,
            "stop": 873411933
        },
        {
            "start": 873411936,
            "stop": 873412304
        },
        {
            "start": 873412307,
            "stop": 873412497
        },
        {
            "start": 873412504,
            "stop": 873412513
        },
        {
            "start": 873412517,
            "stop": 873413982
        }
    ]
}