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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=168",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 169,
    "results": [
        {
            "start": 954804701,
            "stop": 954804737
        },
        {
            "start": 954804745,
            "stop": 954804751
        },
        {
            "start": 954804756,
            "stop": 954804769
        },
        {
            "start": 954804772,
            "stop": 954804773
        },
        {
            "start": 954804777,
            "stop": 954804885
        },
        {
            "start": 954804888,
            "stop": 954804897
        },
        {
            "start": 954804902,
            "stop": 954804908
        },
        {
            "start": 954804922,
            "stop": 954804927
        },
        {
            "start": 954804948,
            "stop": 954804958
        },
        {
            "start": 954804960,
            "stop": 954805001
        },
        {
            "start": 954805007,
            "stop": 954805061
        },
        {
            "start": 954805071,
            "stop": 954805089
        },
        {
            "start": 954805092,
            "stop": 954805100
        },
        {
            "start": 954805104,
            "stop": 954805224
        },
        {
            "start": 954820232,
            "stop": 954820627
        },
        {
            "start": 954830637,
            "stop": 954834200
        },
        {
            "start": 954836735,
            "stop": 954839345
        },
        {
            "start": 954842034,
            "stop": 954847837
        },
        {
            "start": 954866631,
            "stop": 954868027
        },
        {
            "start": 954868030,
            "stop": 954869539
        }
    ]
}