Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=39
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=38",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 39,
    "results": [
        {
            "start": 943558445,
            "stop": 943565712
        },
        {
            "start": 943569756,
            "stop": 943590782
        },
        {
            "start": 943592837,
            "stop": 943595816
        },
        {
            "start": 943599439,
            "stop": 943629638
        },
        {
            "start": 943630725,
            "stop": 943631095
        },
        {
            "start": 943634559,
            "stop": 943634725
        },
        {
            "start": 943636332,
            "stop": 943638307
        },
        {
            "start": 943641339,
            "stop": 943645763
        },
        {
            "start": 943648729,
            "stop": 943662693
        },
        {
            "start": 943663389,
            "stop": 943666461
        },
        {
            "start": 943669727,
            "stop": 943674297
        },
        {
            "start": 943675881,
            "stop": 943701615
        },
        {
            "start": 943703870,
            "stop": 943709353
        },
        {
            "start": 943715988,
            "stop": 943720019
        },
        {
            "start": 943740795,
            "stop": 943750183
        },
        {
            "start": 943751516,
            "stop": 943760880
        },
        {
            "start": 943764852,
            "stop": 943769796
        },
        {
            "start": 943770907,
            "stop": 943800876
        },
        {
            "start": 943803740,
            "stop": 943804279
        },
        {
            "start": 943808425,
            "stop": 943824180
        }
    ]
}