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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=149",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 150,
    "results": [
        {
            "start": 954346288,
            "stop": 954346294
        },
        {
            "start": 954346297,
            "stop": 954346303
        },
        {
            "start": 954346306,
            "stop": 954346367
        },
        {
            "start": 954346379,
            "stop": 954346383
        },
        {
            "start": 954346386,
            "stop": 954346435
        },
        {
            "start": 954346445,
            "stop": 954346447
        },
        {
            "start": 954346464,
            "stop": 954346465
        },
        {
            "start": 954346480,
            "stop": 954346495
        },
        {
            "start": 954346503,
            "stop": 954346511
        },
        {
            "start": 954346514,
            "stop": 954347067
        },
        {
            "start": 954347070,
            "stop": 954347111
        },
        {
            "start": 954347116,
            "stop": 954347200
        },
        {
            "start": 954347205,
            "stop": 954347212
        },
        {
            "start": 954347226,
            "stop": 954347236
        },
        {
            "start": 954347242,
            "stop": 954347261
        },
        {
            "start": 954347264,
            "stop": 954347311
        },
        {
            "start": 954347314,
            "stop": 954347353
        },
        {
            "start": 954347357,
            "stop": 954347367
        },
        {
            "start": 954347369,
            "stop": 954347651
        },
        {
            "start": 954347655,
            "stop": 954347660
        }
    ]
}