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=414
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=415",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=413",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 414,
    "results": [
        {
            "start": 826915680,
            "stop": 826916580
        },
        {
            "start": 826916700,
            "stop": 826917110
        },
        {
            "start": 826917190,
            "stop": 826918190
        },
        {
            "start": 826918270,
            "stop": 826918790
        },
        {
            "start": 826918930,
            "stop": 826920613
        },
        {
            "start": 826928086,
            "stop": 826928730
        },
        {
            "start": 826928739,
            "stop": 826928744
        },
        {
            "start": 826928751,
            "stop": 826928930
        },
        {
            "start": 826929070,
            "stop": 826935710
        },
        {
            "start": 826935790,
            "stop": 826935950
        },
        {
            "start": 826936030,
            "stop": 826936919
        },
        {
            "start": 826936973,
            "stop": 826938830
        },
        {
            "start": 826938910,
            "stop": 826958893
        },
        {
            "start": 826960327,
            "stop": 826965704
        },
        {
            "start": 826965885,
            "stop": 826965973
        },
        {
            "start": 826968174,
            "stop": 826972424
        },
        {
            "start": 826972605,
            "stop": 826978970
        },
        {
            "start": 826979050,
            "stop": 826985930
        },
        {
            "start": 826986010,
            "stop": 826986710
        },
        {
            "start": 826986790,
            "stop": 826987970
        }
    ]
}