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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=438",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=436",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 437,
    "results": [
        {
            "start": 943616650,
            "stop": 943629623
        },
        {
            "start": 943630725,
            "stop": 943631080
        },
        {
            "start": 943634559,
            "stop": 943634711
        },
        {
            "start": 943636332,
            "stop": 943638292
        },
        {
            "start": 943641339,
            "stop": 943643622
        },
        {
            "start": 943643625,
            "stop": 943645748
        },
        {
            "start": 943648729,
            "stop": 943662693
        },
        {
            "start": 943663389,
            "stop": 943665149
        },
        {
            "start": 943665152,
            "stop": 943665168
        },
        {
            "start": 943665170,
            "stop": 943666446
        },
        {
            "start": 943669727,
            "stop": 943674282
        },
        {
            "start": 943675881,
            "stop": 943701600
        },
        {
            "start": 943703870,
            "stop": 943709338
        },
        {
            "start": 943715988,
            "stop": 943720019
        },
        {
            "start": 943740795,
            "stop": 943750183
        },
        {
            "start": 943751516,
            "stop": 943760865
        },
        {
            "start": 943764852,
            "stop": 943769796
        },
        {
            "start": 943770907,
            "stop": 943800861
        },
        {
            "start": 943803740,
            "stop": 943804264
        },
        {
            "start": 943808425,
            "stop": 943824165
        }
    ]
}