Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5946
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5945",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5946,
    "results": [
        {
            "start": 875215943,
            "stop": 875216032
        },
        {
            "start": 875216035,
            "stop": 875216078
        },
        {
            "start": 875216081,
            "stop": 875216100
        },
        {
            "start": 875216103,
            "stop": 875216134
        },
        {
            "start": 875216137,
            "stop": 875216142
        },
        {
            "start": 875216148,
            "stop": 875216164
        },
        {
            "start": 875216167,
            "stop": 875216231
        },
        {
            "start": 875216235,
            "stop": 875216264
        },
        {
            "start": 875216267,
            "stop": 875216289
        },
        {
            "start": 875216292,
            "stop": 875216306
        },
        {
            "start": 875216309,
            "stop": 875216324
        },
        {
            "start": 875216331,
            "stop": 875216367
        },
        {
            "start": 875216370,
            "stop": 875216408
        },
        {
            "start": 875216412,
            "stop": 875216472
        },
        {
            "start": 875216475,
            "stop": 875216535
        },
        {
            "start": 875216538,
            "stop": 875216599
        },
        {
            "start": 875216602,
            "stop": 875216611
        },
        {
            "start": 875216614,
            "stop": 875216684
        },
        {
            "start": 875216865,
            "stop": 875216912
        },
        {
            "start": 875216915,
            "stop": 875216971
        }
    ]
}