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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7021",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7019",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7020,
    "results": [
        {
            "start": 873803194,
            "stop": 873803306
        },
        {
            "start": 873803307,
            "stop": 873803571
        },
        {
            "start": 873803572,
            "stop": 873804095
        },
        {
            "start": 873804096,
            "stop": 873804655
        },
        {
            "start": 873804657,
            "stop": 873804770
        },
        {
            "start": 873804772,
            "stop": 873804837
        },
        {
            "start": 873804838,
            "stop": 873805507
        },
        {
            "start": 873805508,
            "stop": 873805510
        },
        {
            "start": 873805511,
            "stop": 873805518
        },
        {
            "start": 873805519,
            "stop": 873805546
        },
        {
            "start": 873805547,
            "stop": 873805853
        },
        {
            "start": 873805855,
            "stop": 873806340
        },
        {
            "start": 873806342,
            "stop": 873806550
        },
        {
            "start": 873806551,
            "stop": 873806618
        },
        {
            "start": 873806921,
            "stop": 873806925
        },
        {
            "start": 873806926,
            "stop": 873807000
        },
        {
            "start": 873807001,
            "stop": 873807004
        },
        {
            "start": 873807006,
            "stop": 873807021
        },
        {
            "start": 873807023,
            "stop": 873807025
        },
        {
            "start": 873807027,
            "stop": 873807028
        }
    ]
}