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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=248",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 249,
    "results": [
        {
            "start": 933966133,
            "stop": 933966150
        },
        {
            "start": 933966156,
            "stop": 933966161
        },
        {
            "start": 933966167,
            "stop": 933966172
        },
        {
            "start": 933966177,
            "stop": 933966179
        },
        {
            "start": 933966182,
            "stop": 933966186
        },
        {
            "start": 933966189,
            "stop": 933966190
        },
        {
            "start": 933966195,
            "stop": 933966207
        },
        {
            "start": 933966210,
            "stop": 933966213
        },
        {
            "start": 933966216,
            "stop": 933966223
        },
        {
            "start": 933966225,
            "stop": 933966230
        },
        {
            "start": 933966235,
            "stop": 933967705
        },
        {
            "start": 933967707,
            "stop": 933967755
        },
        {
            "start": 933967995,
            "stop": 933969280
        },
        {
            "start": 933969282,
            "stop": 933970391
        },
        {
            "start": 933984631,
            "stop": 933985709
        },
        {
            "start": 933985995,
            "stop": 933986482
        },
        {
            "start": 933986485,
            "stop": 933988531
        },
        {
            "start": 933988550,
            "stop": 933988606
        },
        {
            "start": 933990657,
            "stop": 933992955
        },
        {
            "start": 933993195,
            "stop": 933993356
        }
    ]
}