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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3111",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3112,
    "results": [
        {
            "start": 867199605,
            "stop": 867200144
        },
        {
            "start": 867200325,
            "stop": 867200804
        },
        {
            "start": 867201105,
            "stop": 867201944
        },
        {
            "start": 867202185,
            "stop": 867202260
        },
        {
            "start": 867202320,
            "stop": 867203008
        },
        {
            "start": 867203011,
            "stop": 867203024
        },
        {
            "start": 867203205,
            "stop": 867205844
        },
        {
            "start": 867206025,
            "stop": 867206040
        },
        {
            "start": 867206460,
            "stop": 867211664
        },
        {
            "start": 867211845,
            "stop": 867212083
        },
        {
            "start": 867212729,
            "stop": 867243856
        },
        {
            "start": 867243860,
            "stop": 867246490
        },
        {
            "start": 867246790,
            "stop": 867247544
        },
        {
            "start": 867247725,
            "stop": 867258925
        },
        {
            "start": 867258930,
            "stop": 867258935
        },
        {
            "start": 867258940,
            "stop": 867262216
        },
        {
            "start": 867262220,
            "stop": 867275334
        },
        {
            "start": 867276206,
            "stop": 867277029
        },
        {
            "start": 867277544,
            "stop": 867278226
        },
        {
            "start": 867280905,
            "stop": 867281500
        }
    ]
}