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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=13",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 14,
    "results": [
        {
            "start": 1398105948,
            "stop": 1398133362
        },
        {
            "start": 1398139112,
            "stop": 1398164501
        },
        {
            "start": 1398164505,
            "stop": 1398177935
        },
        {
            "start": 1398178130,
            "stop": 1398182516
        },
        {
            "start": 1398193342,
            "stop": 1398206416
        },
        {
            "start": 1398210316,
            "stop": 1398211011
        },
        {
            "start": 1398214169,
            "stop": 1398214407
        },
        {
            "start": 1398217385,
            "stop": 1398244359
        },
        {
            "start": 1398248190,
            "stop": 1398254350
        },
        {
            "start": 1398254504,
            "stop": 1398257855
        },
        {
            "start": 1398258032,
            "stop": 1398258453
        },
        {
            "start": 1398258518,
            "stop": 1398313666
        },
        {
            "start": 1398313667,
            "stop": 1398364230
        },
        {
            "start": 1398367026,
            "stop": 1398395493
        },
        {
            "start": 1398395501,
            "stop": 1398400777
        },
        {
            "start": 1398400781,
            "stop": 1398407971
        },
        {
            "start": 1398407974,
            "stop": 1398427185
        },
        {
            "start": 1398427187,
            "stop": 1398485613
        },
        {
            "start": 1398485614,
            "stop": 1398489201
        },
        {
            "start": 1398489203,
            "stop": 1398492131
        }
    ]
}