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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=146",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 147,
    "results": [
        {
            "start": 830308882,
            "stop": 830324447
        },
        {
            "start": 830325127,
            "stop": 830334762
        },
        {
            "start": 830337595,
            "stop": 830343069
        },
        {
            "start": 830343661,
            "stop": 830360233
        },
        {
            "start": 830360989,
            "stop": 830361073
        },
        {
            "start": 830363172,
            "stop": 830365557
        },
        {
            "start": 830368418,
            "stop": 830380393
        },
        {
            "start": 830380416,
            "stop": 830380418
        },
        {
            "start": 830380501,
            "stop": 830380720
        },
        {
            "start": 830382272,
            "stop": 830383330
        },
        {
            "start": 830383334,
            "stop": 830384847
        },
        {
            "start": 830384851,
            "stop": 830387233
        },
        {
            "start": 830388452,
            "stop": 830390264
        },
        {
            "start": 830390273,
            "stop": 830390371
        },
        {
            "start": 830390380,
            "stop": 830390543
        },
        {
            "start": 830390547,
            "stop": 830390594
        },
        {
            "start": 830390598,
            "stop": 830391266
        },
        {
            "start": 830391270,
            "stop": 830391338
        },
        {
            "start": 830391342,
            "stop": 830391348
        },
        {
            "start": 830391356,
            "stop": 830391363
        }
    ]
}