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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=612",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=610",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 611,
    "results": [
        {
            "start": 828705586,
            "stop": 828705590
        },
        {
            "start": 828705609,
            "stop": 828705840
        },
        {
            "start": 828705859,
            "stop": 828705869
        },
        {
            "start": 828705916,
            "stop": 828705945
        },
        {
            "start": 828705964,
            "stop": 828706019
        },
        {
            "start": 828706278,
            "stop": 828706299
        },
        {
            "start": 828706318,
            "stop": 828706324
        },
        {
            "start": 828706343,
            "stop": 828706377
        },
        {
            "start": 828706394,
            "stop": 828706662
        },
        {
            "start": 828706686,
            "stop": 828706700
        },
        {
            "start": 828706737,
            "stop": 828706773
        },
        {
            "start": 828706792,
            "stop": 828706799
        },
        {
            "start": 828706818,
            "stop": 828707144
        },
        {
            "start": 828707147,
            "stop": 828707377
        },
        {
            "start": 828707408,
            "stop": 828707572
        },
        {
            "start": 828707575,
            "stop": 828709242
        },
        {
            "start": 828709246,
            "stop": 828709320
        },
        {
            "start": 828709337,
            "stop": 828710113
        },
        {
            "start": 828710470,
            "stop": 828712753
        },
        {
            "start": 828714163,
            "stop": 828714219
        }
    ]
}