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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=363",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 364,
    "results": [
        {
            "start": 821353501,
            "stop": 821353549
        },
        {
            "start": 821353552,
            "stop": 821353554
        },
        {
            "start": 821353596,
            "stop": 821353741
        },
        {
            "start": 821353760,
            "stop": 821353801
        },
        {
            "start": 821353805,
            "stop": 821353820
        },
        {
            "start": 821353856,
            "stop": 821353895
        },
        {
            "start": 821353916,
            "stop": 821353928
        },
        {
            "start": 821353947,
            "stop": 821354104
        },
        {
            "start": 821354123,
            "stop": 821354165
        },
        {
            "start": 821354184,
            "stop": 821354254
        },
        {
            "start": 821354273,
            "stop": 821354281
        },
        {
            "start": 821354300,
            "stop": 821354327
        },
        {
            "start": 821354346,
            "stop": 821354347
        },
        {
            "start": 821354373,
            "stop": 821354418
        },
        {
            "start": 821354451,
            "stop": 821354493
        },
        {
            "start": 821354512,
            "stop": 821354549
        },
        {
            "start": 821354568,
            "stop": 821354634
        },
        {
            "start": 821354653,
            "stop": 821354798
        },
        {
            "start": 821354820,
            "stop": 821354834
        },
        {
            "start": 821354856,
            "stop": 821354898
        }
    ]
}