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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=158",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 159,
    "results": [
        {
            "start": 817231245,
            "stop": 817231274
        },
        {
            "start": 817231318,
            "stop": 817231335
        },
        {
            "start": 817231339,
            "stop": 817231425
        },
        {
            "start": 817231447,
            "stop": 817231467
        },
        {
            "start": 817231507,
            "stop": 817231582
        },
        {
            "start": 817232358,
            "stop": 817232387
        },
        {
            "start": 817232471,
            "stop": 817232492
        },
        {
            "start": 817232513,
            "stop": 817232518
        },
        {
            "start": 817232573,
            "stop": 817232588
        },
        {
            "start": 817232616,
            "stop": 817232631
        },
        {
            "start": 817242013,
            "stop": 817242055
        },
        {
            "start": 817243345,
            "stop": 817243379
        },
        {
            "start": 817243399,
            "stop": 817243425
        },
        {
            "start": 817243444,
            "stop": 817243452
        },
        {
            "start": 817243471,
            "stop": 817243478
        },
        {
            "start": 817243509,
            "stop": 817243528
        },
        {
            "start": 817243594,
            "stop": 817243612
        },
        {
            "start": 817243631,
            "stop": 817243672
        },
        {
            "start": 817243737,
            "stop": 817243775
        },
        {
            "start": 817243795,
            "stop": 817243813
        }
    ]
}