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=3205
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=3206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3204",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3205,
    "results": [
        {
            "start": 871057035,
            "stop": 871057080
        },
        {
            "start": 871057140,
            "stop": 871057168
        },
        {
            "start": 871057346,
            "stop": 871057347
        },
        {
            "start": 871057351,
            "stop": 871059420
        },
        {
            "start": 871059540,
            "stop": 871059600
        },
        {
            "start": 871059720,
            "stop": 871060105
        },
        {
            "start": 871060109,
            "stop": 871060985
        },
        {
            "start": 871060990,
            "stop": 871061137
        },
        {
            "start": 871061709,
            "stop": 871064340
        },
        {
            "start": 871064400,
            "stop": 871064883
        },
        {
            "start": 871064887,
            "stop": 871065180
        },
        {
            "start": 871065240,
            "stop": 871067551
        },
        {
            "start": 871067562,
            "stop": 871067563
        },
        {
            "start": 871067571,
            "stop": 871067575
        },
        {
            "start": 871067578,
            "stop": 871069894
        },
        {
            "start": 871069897,
            "stop": 871070462
        },
        {
            "start": 871070610,
            "stop": 871070700
        },
        {
            "start": 871070760,
            "stop": 871072740
        },
        {
            "start": 871072745,
            "stop": 871073300
        },
        {
            "start": 871073305,
            "stop": 871073320
        }
    ]
}