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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16764",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16765,
    "results": [
        {
            "start": 875103935,
            "stop": 875103974
        },
        {
            "start": 875103982,
            "stop": 875103993
        },
        {
            "start": 875103996,
            "stop": 875104005
        },
        {
            "start": 875104009,
            "stop": 875104025
        },
        {
            "start": 875104029,
            "stop": 875104041
        },
        {
            "start": 875104043,
            "stop": 875104053
        },
        {
            "start": 875104055,
            "stop": 875104062
        },
        {
            "start": 875104063,
            "stop": 875104103
        },
        {
            "start": 875104108,
            "stop": 875104122
        },
        {
            "start": 875104123,
            "stop": 875104133
        },
        {
            "start": 875104136,
            "stop": 875104299
        },
        {
            "start": 875104300,
            "stop": 875104309
        },
        {
            "start": 875104311,
            "stop": 875104312
        },
        {
            "start": 875104313,
            "stop": 875104324
        },
        {
            "start": 875104326,
            "stop": 875104391
        },
        {
            "start": 875104392,
            "stop": 875104437
        },
        {
            "start": 875104439,
            "stop": 875104479
        },
        {
            "start": 875104480,
            "stop": 875104525
        },
        {
            "start": 875104526,
            "stop": 875104532
        },
        {
            "start": 875104533,
            "stop": 875104534
        }
    ]
}