Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=29",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 30,
    "results": [
        {
            "start": 1126293686,
            "stop": 1126293687
        },
        {
            "start": 1126293689,
            "stop": 1126293788
        },
        {
            "start": 1126293790,
            "stop": 1126293879
        },
        {
            "start": 1126293881,
            "stop": 1126293912
        },
        {
            "start": 1126293914,
            "stop": 1126293986
        },
        {
            "start": 1126293991,
            "stop": 1126293992
        },
        {
            "start": 1126293994,
            "stop": 1126294238
        },
        {
            "start": 1126294240,
            "stop": 1126294351
        },
        {
            "start": 1126294352,
            "stop": 1126294355
        },
        {
            "start": 1126294357,
            "stop": 1126294542
        },
        {
            "start": 1126294549,
            "stop": 1126294618
        },
        {
            "start": 1126294620,
            "stop": 1126294653
        },
        {
            "start": 1126294655,
            "stop": 1126294990
        },
        {
            "start": 1126294992,
            "stop": 1126295366
        },
        {
            "start": 1126295367,
            "stop": 1126295386
        },
        {
            "start": 1126295388,
            "stop": 1126295491
        },
        {
            "start": 1126295492,
            "stop": 1126295619
        },
        {
            "start": 1126295621,
            "stop": 1126295677
        },
        {
            "start": 1126295679,
            "stop": 1126295705
        },
        {
            "start": 1126295707,
            "stop": 1126295766
        }
    ]
}