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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=310",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 311,
    "results": [
        {
            "start": 821327254,
            "stop": 821327326
        },
        {
            "start": 821327329,
            "stop": 821327489
        },
        {
            "start": 821327492,
            "stop": 821327720
        },
        {
            "start": 821327730,
            "stop": 821328127
        },
        {
            "start": 821328130,
            "stop": 821328308
        },
        {
            "start": 821328311,
            "stop": 821328723
        },
        {
            "start": 821328726,
            "stop": 821328845
        },
        {
            "start": 821328848,
            "stop": 821328948
        },
        {
            "start": 821328951,
            "stop": 821329065
        },
        {
            "start": 821329069,
            "stop": 821329226
        },
        {
            "start": 821329229,
            "stop": 821329620
        },
        {
            "start": 821329623,
            "stop": 821329652
        },
        {
            "start": 821329655,
            "stop": 821329961
        },
        {
            "start": 821329964,
            "stop": 821330197
        },
        {
            "start": 821330200,
            "stop": 821330432
        },
        {
            "start": 821330435,
            "stop": 821330482
        },
        {
            "start": 821330485,
            "stop": 821330760
        },
        {
            "start": 821330763,
            "stop": 821330795
        },
        {
            "start": 821330798,
            "stop": 821330901
        },
        {
            "start": 821330904,
            "stop": 821331092
        }
    ]
}