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/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3306
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=3307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3305",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3306,
    "results": [
        {
            "start": 874968240,
            "stop": 874968660
        },
        {
            "start": 874968720,
            "stop": 874969860
        },
        {
            "start": 874969920,
            "stop": 874971540
        },
        {
            "start": 874971600,
            "stop": 874972680
        },
        {
            "start": 874972800,
            "stop": 874973340
        },
        {
            "start": 874973400,
            "stop": 874975260
        },
        {
            "start": 874975320,
            "stop": 874977270
        },
        {
            "start": 874977365,
            "stop": 874977391
        },
        {
            "start": 874977395,
            "stop": 874977401
        },
        {
            "start": 874977405,
            "stop": 874977720
        },
        {
            "start": 874977780,
            "stop": 874977960
        },
        {
            "start": 874984623,
            "stop": 874984680
        },
        {
            "start": 874984740,
            "stop": 874984772
        },
        {
            "start": 874986318,
            "stop": 874987020
        },
        {
            "start": 874987200,
            "stop": 874987380
        },
        {
            "start": 874987440,
            "stop": 874987800
        },
        {
            "start": 874987928,
            "stop": 874996680
        },
        {
            "start": 874996740,
            "stop": 874999622
        },
        {
            "start": 874999625,
            "stop": 875004900
        },
        {
            "start": 875004960,
            "stop": 875005380
        }
    ]
}