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=7052
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=7053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7051",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7052,
    "results": [
        {
            "start": 874200280,
            "stop": 874200361
        },
        {
            "start": 874200364,
            "stop": 874200476
        },
        {
            "start": 874200480,
            "stop": 874200496
        },
        {
            "start": 874200500,
            "stop": 874200521
        },
        {
            "start": 874200524,
            "stop": 874201318
        },
        {
            "start": 874201321,
            "stop": 874201950
        },
        {
            "start": 874201953,
            "stop": 874203308
        },
        {
            "start": 874203315,
            "stop": 874203418
        },
        {
            "start": 874203421,
            "stop": 874205369
        },
        {
            "start": 874205372,
            "stop": 874209948
        },
        {
            "start": 874209952,
            "stop": 874211847
        },
        {
            "start": 874211851,
            "stop": 874211879
        },
        {
            "start": 874211883,
            "stop": 874214940
        },
        {
            "start": 874214943,
            "stop": 874216223
        },
        {
            "start": 874216226,
            "stop": 874216228
        },
        {
            "start": 874216237,
            "stop": 874216548
        },
        {
            "start": 874216551,
            "stop": 874216593
        },
        {
            "start": 874216598,
            "stop": 874216600
        },
        {
            "start": 874216603,
            "stop": 874216607
        },
        {
            "start": 874216612,
            "stop": 874216618
        }
    ]
}