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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=152",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 153,
    "results": [
        {
            "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": 817243345,
            "stop": 817243379
        },
        {
            "start": 817243399,
            "stop": 817243425
        },
        {
            "start": 817243509,
            "stop": 817243528
        },
        {
            "start": 817243594,
            "stop": 817243612
        },
        {
            "start": 817243631,
            "stop": 817243672
        },
        {
            "start": 817243740,
            "stop": 817243775
        },
        {
            "start": 817243795,
            "stop": 817243800
        },
        {
            "start": 817243860,
            "stop": 817243874
        },
        {
            "start": 817243877,
            "stop": 817243899
        },
        {
            "start": 817243916,
            "stop": 817243980
        },
        {
            "start": 817244059,
            "stop": 817244124
        },
        {
            "start": 817244221,
            "stop": 817244242
        },
        {
            "start": 817244263,
            "stop": 817244270
        }
    ]
}