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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=197",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 198,
    "results": [
        {
            "start": 956780521,
            "stop": 956780584
        },
        {
            "start": 956780599,
            "stop": 956780625
        },
        {
            "start": 956780633,
            "stop": 956780651
        },
        {
            "start": 956821566,
            "stop": 956831944
        },
        {
            "start": 956834947,
            "stop": 956847853
        },
        {
            "start": 956849537,
            "stop": 956857064
        },
        {
            "start": 956866838,
            "stop": 956870577
        },
        {
            "start": 956872349,
            "stop": 956897914
        },
        {
            "start": 956902180,
            "stop": 956903700
        },
        {
            "start": 956903729,
            "stop": 956903743
        },
        {
            "start": 956903749,
            "stop": 956903750
        },
        {
            "start": 956905712,
            "stop": 956908006
        },
        {
            "start": 956908009,
            "stop": 956908129
        },
        {
            "start": 956908133,
            "stop": 956908265
        },
        {
            "start": 956908269,
            "stop": 956908277
        },
        {
            "start": 956908282,
            "stop": 956908295
        },
        {
            "start": 956908298,
            "stop": 956908332
        },
        {
            "start": 956908335,
            "stop": 956908402
        },
        {
            "start": 956908406,
            "stop": 956908459
        },
        {
            "start": 956908462,
            "stop": 956908475
        }
    ]
}