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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=433",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 434,
    "results": [
        {
            "start": 856864387,
            "stop": 856865885
        },
        {
            "start": 856865887,
            "stop": 856866840
        },
        {
            "start": 856868058,
            "stop": 856879190
        },
        {
            "start": 856880639,
            "stop": 856888382
        },
        {
            "start": 856889574,
            "stop": 856898806
        },
        {
            "start": 856898807,
            "stop": 856915497
        },
        {
            "start": 856915613,
            "stop": 856934764
        },
        {
            "start": 856935826,
            "stop": 856943338
        },
        {
            "start": 856944427,
            "stop": 856951514
        },
        {
            "start": 856951681,
            "stop": 856960258
        },
        {
            "start": 856960438,
            "stop": 856960448
        },
        {
            "start": 856960728,
            "stop": 856972273
        },
        {
            "start": 856973049,
            "stop": 856979971
        },
        {
            "start": 856980199,
            "stop": 856981538
        },
        {
            "start": 856981702,
            "stop": 856985532
        },
        {
            "start": 856987352,
            "stop": 856991367
        },
        {
            "start": 856993920,
            "stop": 856994010
        },
        {
            "start": 856994235,
            "stop": 857031686
        },
        {
            "start": 857032844,
            "stop": 857035014
        },
        {
            "start": 857035016,
            "stop": 857045103
        }
    ]
}