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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=93",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 94,
    "results": [
        {
            "start": 819391690,
            "stop": 819392353
        },
        {
            "start": 819397710,
            "stop": 819398630
        },
        {
            "start": 819398710,
            "stop": 819400751
        },
        {
            "start": 819402488,
            "stop": 819403790
        },
        {
            "start": 819403870,
            "stop": 819404713
        },
        {
            "start": 819405436,
            "stop": 819409213
        },
        {
            "start": 819410200,
            "stop": 819410252
        },
        {
            "start": 819411761,
            "stop": 819415610
        },
        {
            "start": 819415690,
            "stop": 819418753
        },
        {
            "start": 819418798,
            "stop": 819418799
        },
        {
            "start": 819419475,
            "stop": 819423650
        },
        {
            "start": 819423790,
            "stop": 819424093
        },
        {
            "start": 819424973,
            "stop": 819427406
        },
        {
            "start": 819427414,
            "stop": 819449266
        },
        {
            "start": 819449274,
            "stop": 819459283
        },
        {
            "start": 819459644,
            "stop": 819468370
        },
        {
            "start": 819468748,
            "stop": 819470997
        },
        {
            "start": 819471001,
            "stop": 819480733
        },
        {
            "start": 819486095,
            "stop": 819500930
        },
        {
            "start": 819501010,
            "stop": 819515371
        }
    ]
}