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=613
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=614",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=612",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 613,
    "results": [
        {
            "start": 828833495,
            "stop": 828833499
        },
        {
            "start": 828833537,
            "stop": 828833538
        },
        {
            "start": 828833658,
            "stop": 828833673
        },
        {
            "start": 828833739,
            "stop": 828833749
        },
        {
            "start": 828833768,
            "stop": 828833877
        },
        {
            "start": 828833910,
            "stop": 828833970
        },
        {
            "start": 828833989,
            "stop": 828834053
        },
        {
            "start": 828834072,
            "stop": 828834205
        },
        {
            "start": 828834224,
            "stop": 828834245
        },
        {
            "start": 828834277,
            "stop": 828834338
        },
        {
            "start": 828834357,
            "stop": 828834361
        },
        {
            "start": 828834380,
            "stop": 828834605
        },
        {
            "start": 828834624,
            "stop": 828834676
        },
        {
            "start": 828834695,
            "stop": 828834696
        },
        {
            "start": 828834715,
            "stop": 828834716
        },
        {
            "start": 828834735,
            "stop": 828834825
        },
        {
            "start": 828834844,
            "stop": 828835114
        },
        {
            "start": 828835133,
            "stop": 828835167
        },
        {
            "start": 828835184,
            "stop": 828835803
        },
        {
            "start": 828835820,
            "stop": 828836816
        }
    ]
}