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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=352",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 353,
    "results": [
        {
            "start": 824779317,
            "stop": 824783990
        },
        {
            "start": 824784070,
            "stop": 824789460
        },
        {
            "start": 824789520,
            "stop": 824791207
        },
        {
            "start": 824792095,
            "stop": 824807216
        },
        {
            "start": 824808748,
            "stop": 824808781
        },
        {
            "start": 824818723,
            "stop": 824818781
        },
        {
            "start": 824819192,
            "stop": 824821269
        },
        {
            "start": 824821273,
            "stop": 824822570
        },
        {
            "start": 824822650,
            "stop": 824824805
        },
        {
            "start": 824824809,
            "stop": 824825533
        },
        {
            "start": 824832862,
            "stop": 824833097
        },
        {
            "start": 824833391,
            "stop": 824835710
        },
        {
            "start": 824835790,
            "stop": 824835890
        },
        {
            "start": 824836030,
            "stop": 824836080
        },
        {
            "start": 824836210,
            "stop": 824837229
        },
        {
            "start": 824837258,
            "stop": 824837893
        },
        {
            "start": 824838318,
            "stop": 824839490
        },
        {
            "start": 824839570,
            "stop": 824842050
        },
        {
            "start": 824842442,
            "stop": 824843995
        },
        {
            "start": 824844072,
            "stop": 824844133
        }
    ]
}