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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3636",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3634",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3635,
    "results": [
        {
            "start": 970492091,
            "stop": 970492093
        },
        {
            "start": 970492097,
            "stop": 970492102
        },
        {
            "start": 970492107,
            "stop": 970492108
        },
        {
            "start": 970492110,
            "stop": 970492114
        },
        {
            "start": 970492117,
            "stop": 970492118
        },
        {
            "start": 970492125,
            "stop": 970492126
        },
        {
            "start": 970492128,
            "stop": 970492132
        },
        {
            "start": 970492134,
            "stop": 970492135
        },
        {
            "start": 970492142,
            "stop": 970492148
        },
        {
            "start": 970492151,
            "stop": 970492154
        },
        {
            "start": 970492160,
            "stop": 970492163
        },
        {
            "start": 970492168,
            "stop": 970492172
        },
        {
            "start": 970492175,
            "stop": 970492179
        },
        {
            "start": 970492193,
            "stop": 970492197
        },
        {
            "start": 970496463,
            "stop": 970496505
        },
        {
            "start": 970496508,
            "stop": 970496560
        },
        {
            "start": 970496563,
            "stop": 970496665
        },
        {
            "start": 970496668,
            "stop": 970496740
        },
        {
            "start": 970496743,
            "stop": 970496819
        },
        {
            "start": 970496824,
            "stop": 970496834
        }
    ]
}