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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=401",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 402,
    "results": [
        {
            "start": 821766372,
            "stop": 821766377
        },
        {
            "start": 821766380,
            "stop": 821766387
        },
        {
            "start": 821766390,
            "stop": 821766392
        },
        {
            "start": 821766395,
            "stop": 821766398
        },
        {
            "start": 821766401,
            "stop": 821766402
        },
        {
            "start": 821766406,
            "stop": 821766407
        },
        {
            "start": 821766412,
            "stop": 821766420
        },
        {
            "start": 821766423,
            "stop": 821766430
        },
        {
            "start": 821766433,
            "stop": 821766437
        },
        {
            "start": 821766443,
            "stop": 821766444
        },
        {
            "start": 821766456,
            "stop": 821766458
        },
        {
            "start": 821766461,
            "stop": 821766464
        },
        {
            "start": 821766473,
            "stop": 821766478
        },
        {
            "start": 821766485,
            "stop": 821766486
        },
        {
            "start": 821766489,
            "stop": 821766493
        },
        {
            "start": 821766496,
            "stop": 821766500
        },
        {
            "start": 821766507,
            "stop": 821766508
        },
        {
            "start": 821766515,
            "stop": 821766516
        },
        {
            "start": 821766519,
            "stop": 821766526
        },
        {
            "start": 821766536,
            "stop": 821766538
        }
    ]
}