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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40993",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40994,
    "results": [
        {
            "start": 875146011,
            "stop": 875146025
        },
        {
            "start": 875146026,
            "stop": 875146067
        },
        {
            "start": 875146069,
            "stop": 875146110
        },
        {
            "start": 875146111,
            "stop": 875146124
        },
        {
            "start": 875146126,
            "stop": 875146184
        },
        {
            "start": 875146186,
            "stop": 875146195
        },
        {
            "start": 875146196,
            "stop": 875146200
        },
        {
            "start": 875146260,
            "stop": 875146344
        },
        {
            "start": 875146346,
            "stop": 875146369
        },
        {
            "start": 875146370,
            "stop": 875146397
        },
        {
            "start": 875146398,
            "stop": 875146408
        },
        {
            "start": 875146409,
            "stop": 875146455
        },
        {
            "start": 875146456,
            "stop": 875146468
        },
        {
            "start": 875146469,
            "stop": 875146485
        },
        {
            "start": 875146486,
            "stop": 875146493
        },
        {
            "start": 875146495,
            "stop": 875146506
        },
        {
            "start": 875146507,
            "stop": 875146514
        },
        {
            "start": 875146516,
            "stop": 875146536
        },
        {
            "start": 875146537,
            "stop": 875146591
        },
        {
            "start": 875146592,
            "stop": 875146593
        }
    ]
}