Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=17",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 18,
    "results": [
        {
            "start": 817577241,
            "stop": 817577265
        },
        {
            "start": 817577363,
            "stop": 817577580
        },
        {
            "start": 817577586,
            "stop": 817577599
        },
        {
            "start": 817577663,
            "stop": 817592583
        },
        {
            "start": 817594520,
            "stop": 817596506
        },
        {
            "start": 817597348,
            "stop": 817600285
        },
        {
            "start": 817605934,
            "stop": 817606492
        },
        {
            "start": 817606499,
            "stop": 817606523
        },
        {
            "start": 817606764,
            "stop": 817618144
        },
        {
            "start": 817633929,
            "stop": 817662197
        },
        {
            "start": 817664610,
            "stop": 817682954
        },
        {
            "start": 817684188,
            "stop": 817687096
        },
        {
            "start": 817688327,
            "stop": 817688562
        },
        {
            "start": 817688569,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817707371
        },
        {
            "start": 817708634,
            "stop": 817714726
        },
        {
            "start": 817723423,
            "stop": 817730666
        },
        {
            "start": 817730835,
            "stop": 817736342
        },
        {
            "start": 817736348,
            "stop": 817753253
        },
        {
            "start": 817757865,
            "stop": 817764726
        }
    ]
}