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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=119",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 120,
    "results": [
        {
            "start": 819358370,
            "stop": 819360480
        },
        {
            "start": 819360540,
            "stop": 819360720
        },
        {
            "start": 819360780,
            "stop": 819361200
        },
        {
            "start": 819361260,
            "stop": 819361980
        },
        {
            "start": 819362242,
            "stop": 819362340
        },
        {
            "start": 819362460,
            "stop": 819362593
        },
        {
            "start": 819362641,
            "stop": 819362642
        },
        {
            "start": 819364026,
            "stop": 819365122
        },
        {
            "start": 819365129,
            "stop": 819365340
        },
        {
            "start": 819365400,
            "stop": 819366223
        },
        {
            "start": 819366404,
            "stop": 819367628
        },
        {
            "start": 819367635,
            "stop": 819368400
        },
        {
            "start": 819368520,
            "stop": 819368820
        },
        {
            "start": 819368880,
            "stop": 819368940
        },
        {
            "start": 819369060,
            "stop": 819369274
        },
        {
            "start": 819369281,
            "stop": 819370153
        },
        {
            "start": 819371319,
            "stop": 819373005
        },
        {
            "start": 819373012,
            "stop": 819373663
        },
        {
            "start": 819373844,
            "stop": 819374340
        },
        {
            "start": 819374400,
            "stop": 819376790
        }
    ]
}