Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=82
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=81",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 82,
    "results": [
        {
            "start": 957813845,
            "stop": 957813946
        },
        {
            "start": 957815826,
            "stop": 957816020
        },
        {
            "start": 957817454,
            "stop": 957819778
        },
        {
            "start": 957831278,
            "stop": 957837425
        },
        {
            "start": 957842569,
            "stop": 957849112
        },
        {
            "start": 957852773,
            "stop": 957892254
        },
        {
            "start": 957900371,
            "stop": 957900910
        },
        {
            "start": 957902440,
            "stop": 957903043
        },
        {
            "start": 957904077,
            "stop": 957908817
        },
        {
            "start": 957909801,
            "stop": 957913767
        },
        {
            "start": 957915261,
            "stop": 957915517
        },
        {
            "start": 957917560,
            "stop": 957972713
        },
        {
            "start": 957977815,
            "stop": 957988011
        },
        {
            "start": 957992387,
            "stop": 958011351
        },
        {
            "start": 958012911,
            "stop": 958022711
        },
        {
            "start": 958024884,
            "stop": 958037789
        },
        {
            "start": 958040365,
            "stop": 958041750
        },
        {
            "start": 958043233,
            "stop": 958082991
        },
        {
            "start": 958084611,
            "stop": 958104163
        },
        {
            "start": 958105517,
            "stop": 958119731
        }
    ]
}