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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=195",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 196,
    "results": [
        {
            "start": 956734992,
            "stop": 956772264
        },
        {
            "start": 956772271,
            "stop": 956772290
        },
        {
            "start": 956772292,
            "stop": 956772295
        },
        {
            "start": 956772296,
            "stop": 956772970
        },
        {
            "start": 956775615,
            "stop": 956776020
        },
        {
            "start": 956776024,
            "stop": 956776300
        },
        {
            "start": 956776305,
            "stop": 956776402
        },
        {
            "start": 956776404,
            "stop": 956776722
        },
        {
            "start": 956776727,
            "stop": 956776731
        },
        {
            "start": 956776736,
            "stop": 956776742
        },
        {
            "start": 956776748,
            "stop": 956776768
        },
        {
            "start": 956776773,
            "stop": 956776775
        },
        {
            "start": 956776780,
            "stop": 956776854
        },
        {
            "start": 956776857,
            "stop": 956776877
        },
        {
            "start": 956776885,
            "stop": 956777085
        },
        {
            "start": 956777088,
            "stop": 956779353
        },
        {
            "start": 956779357,
            "stop": 956779480
        },
        {
            "start": 956779484,
            "stop": 956779606
        },
        {
            "start": 956779608,
            "stop": 956779666
        },
        {
            "start": 956779669,
            "stop": 956779991
        }
    ]
}