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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4032",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4033,
    "results": [
        {
            "start": 875082493,
            "stop": 875082539
        },
        {
            "start": 875082542,
            "stop": 875082548
        },
        {
            "start": 875082551,
            "stop": 875082721
        },
        {
            "start": 875082724,
            "stop": 875082789
        },
        {
            "start": 875083151,
            "stop": 875083863
        },
        {
            "start": 875083866,
            "stop": 875083940
        },
        {
            "start": 875083943,
            "stop": 875084142
        },
        {
            "start": 875084145,
            "stop": 875084552
        },
        {
            "start": 875091343,
            "stop": 875091419
        },
        {
            "start": 875091422,
            "stop": 875092425
        },
        {
            "start": 875092428,
            "stop": 875092441
        },
        {
            "start": 875092444,
            "stop": 875092488
        },
        {
            "start": 875092491,
            "stop": 875093350
        },
        {
            "start": 875093353,
            "stop": 875093572
        },
        {
            "start": 875093575,
            "stop": 875093913
        },
        {
            "start": 875093916,
            "stop": 875097022
        },
        {
            "start": 875097025,
            "stop": 875097317
        },
        {
            "start": 875097320,
            "stop": 875097358
        },
        {
            "start": 875097364,
            "stop": 875097401
        },
        {
            "start": 875097404,
            "stop": 875097534
        }
    ]
}