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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=247",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 248,
    "results": [
        {
            "start": 847384559,
            "stop": 847384579
        },
        {
            "start": 847384583,
            "stop": 847384589
        },
        {
            "start": 847384593,
            "stop": 847384633
        },
        {
            "start": 847384683,
            "stop": 847384685
        },
        {
            "start": 847394872,
            "stop": 847395266
        },
        {
            "start": 847395270,
            "stop": 847396274
        },
        {
            "start": 847396293,
            "stop": 847396323
        },
        {
            "start": 847396327,
            "stop": 847396460
        },
        {
            "start": 847396483,
            "stop": 847401998
        },
        {
            "start": 847402002,
            "stop": 847402670
        },
        {
            "start": 847404803,
            "stop": 847417093
        },
        {
            "start": 847425651,
            "stop": 847433233
        },
        {
            "start": 847473286,
            "stop": 847473399
        },
        {
            "start": 847473422,
            "stop": 847473442
        },
        {
            "start": 847473446,
            "stop": 847473612
        },
        {
            "start": 847473616,
            "stop": 847474385
        },
        {
            "start": 847474993,
            "stop": 847483377
        },
        {
            "start": 847483470,
            "stop": 847486959
        },
        {
            "start": 847486967,
            "stop": 847487154
        },
        {
            "start": 847487158,
            "stop": 847492902
        }
    ]
}