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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7034",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7035,
    "results": [
        {
            "start": 874087560,
            "stop": 874088288
        },
        {
            "start": 874088291,
            "stop": 874088497
        },
        {
            "start": 874088500,
            "stop": 874088927
        },
        {
            "start": 874088928,
            "stop": 874089653
        },
        {
            "start": 874089656,
            "stop": 874090089
        },
        {
            "start": 874090093,
            "stop": 874090683
        },
        {
            "start": 874090684,
            "stop": 874090935
        },
        {
            "start": 874090936,
            "stop": 874091048
        },
        {
            "start": 874091049,
            "stop": 874091781
        },
        {
            "start": 874091782,
            "stop": 874091943
        },
        {
            "start": 874091944,
            "stop": 874093266
        },
        {
            "start": 874093267,
            "stop": 874095126
        },
        {
            "start": 874095127,
            "stop": 874095309
        },
        {
            "start": 874095310,
            "stop": 874095339
        },
        {
            "start": 874095340,
            "stop": 874095767
        },
        {
            "start": 874095768,
            "stop": 874096200
        },
        {
            "start": 874096418,
            "stop": 874096482
        },
        {
            "start": 874096654,
            "stop": 874096658
        },
        {
            "start": 874096659,
            "stop": 874096795
        },
        {
            "start": 874096798,
            "stop": 874097099
        }
    ]
}