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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=226",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 227,
    "results": [
        {
            "start": 848637962,
            "stop": 848637982
        },
        {
            "start": 848637986,
            "stop": 848638296
        },
        {
            "start": 848638300,
            "stop": 848638306
        },
        {
            "start": 848638325,
            "stop": 848638345
        },
        {
            "start": 848638364,
            "stop": 848638375
        },
        {
            "start": 848638394,
            "stop": 848638400
        },
        {
            "start": 848638463,
            "stop": 848638483
        },
        {
            "start": 848638492,
            "stop": 848638508
        },
        {
            "start": 848638521,
            "stop": 848638527
        },
        {
            "start": 848638531,
            "stop": 848638567
        },
        {
            "start": 848638571,
            "stop": 848638737
        },
        {
            "start": 848638752,
            "stop": 848638758
        },
        {
            "start": 848638773,
            "stop": 848638779
        },
        {
            "start": 848638783,
            "stop": 848638800
        },
        {
            "start": 848644144,
            "stop": 848644775
        },
        {
            "start": 848644788,
            "stop": 848644955
        },
        {
            "start": 848644969,
            "stop": 848648653
        },
        {
            "start": 848650551,
            "stop": 848673411
        },
        {
            "start": 848675936,
            "stop": 848684633
        },
        {
            "start": 848685158,
            "stop": 848691412
        }
    ]
}