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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=165",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 166,
    "results": [
        {
            "start": 954760838,
            "stop": 954760849
        },
        {
            "start": 954760853,
            "stop": 954761162
        },
        {
            "start": 954761167,
            "stop": 954761184
        },
        {
            "start": 954761188,
            "stop": 954761190
        },
        {
            "start": 954761195,
            "stop": 954761233
        },
        {
            "start": 954761236,
            "stop": 954761245
        },
        {
            "start": 954761248,
            "stop": 954761276
        },
        {
            "start": 954761280,
            "stop": 954761288
        },
        {
            "start": 954761295,
            "stop": 954761382
        },
        {
            "start": 954761386,
            "stop": 954761396
        },
        {
            "start": 954761410,
            "stop": 954761444
        },
        {
            "start": 954761449,
            "stop": 954761567
        },
        {
            "start": 954761571,
            "stop": 954761585
        },
        {
            "start": 954761588,
            "stop": 954761604
        },
        {
            "start": 954761612,
            "stop": 954761683
        },
        {
            "start": 954761686,
            "stop": 954761691
        },
        {
            "start": 954761720,
            "stop": 954761742
        },
        {
            "start": 954761746,
            "stop": 954761760
        },
        {
            "start": 954761775,
            "stop": 954761781
        },
        {
            "start": 954761786,
            "stop": 954761831
        }
    ]
}