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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1794",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1792",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1793,
    "results": [
        {
            "start": 959696059,
            "stop": 959696780
        },
        {
            "start": 959696782,
            "stop": 959697086
        },
        {
            "start": 959697088,
            "stop": 959697751
        },
        {
            "start": 959697753,
            "stop": 959698769
        },
        {
            "start": 959698771,
            "stop": 959699209
        },
        {
            "start": 959699214,
            "stop": 959699277
        },
        {
            "start": 959699282,
            "stop": 959699312
        },
        {
            "start": 959699314,
            "stop": 959703498
        },
        {
            "start": 959730710,
            "stop": 959738891
        },
        {
            "start": 959739924,
            "stop": 959745023
        },
        {
            "start": 959749849,
            "stop": 959758082
        },
        {
            "start": 959758084,
            "stop": 959759655
        },
        {
            "start": 959760747,
            "stop": 959761888
        },
        {
            "start": 959769286,
            "stop": 959769594
        },
        {
            "start": 959769596,
            "stop": 959770714
        },
        {
            "start": 959774954,
            "stop": 959775723
        },
        {
            "start": 959778240,
            "stop": 959778697
        },
        {
            "start": 959780751,
            "stop": 959781199
        },
        {
            "start": 959803858,
            "stop": 959804524
        },
        {
            "start": 959845092,
            "stop": 959846402
        }
    ]
}