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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=290",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 291,
    "results": [
        {
            "start": 857906133,
            "stop": 857911812
        },
        {
            "start": 857911861,
            "stop": 857911897
        },
        {
            "start": 857911921,
            "stop": 857919749
        },
        {
            "start": 857919771,
            "stop": 857919802
        },
        {
            "start": 857919823,
            "stop": 857919839
        },
        {
            "start": 857919861,
            "stop": 857924668
        },
        {
            "start": 857924870,
            "stop": 857927495
        },
        {
            "start": 857927536,
            "stop": 857932470
        },
        {
            "start": 857932616,
            "stop": 857932946
        },
        {
            "start": 857933409,
            "stop": 857933839
        },
        {
            "start": 857933861,
            "stop": 857935262
        },
        {
            "start": 857935303,
            "stop": 857940937
        },
        {
            "start": 857941047,
            "stop": 857941292
        },
        {
            "start": 857941313,
            "stop": 857942333
        },
        {
            "start": 857942472,
            "stop": 857943880
        },
        {
            "start": 857944283,
            "stop": 857944692
        },
        {
            "start": 857944992,
            "stop": 857945252
        },
        {
            "start": 857945813,
            "stop": 857946460
        },
        {
            "start": 857946570,
            "stop": 857946585
        },
        {
            "start": 857947152,
            "stop": 857947691
        }
    ]
}