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=1581
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=1582",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1580",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1581,
    "results": [
        {
            "start": 952805864,
            "stop": 952807629
        },
        {
            "start": 952807631,
            "stop": 952808141
        },
        {
            "start": 952808143,
            "stop": 952808729
        },
        {
            "start": 952808732,
            "stop": 952808738
        },
        {
            "start": 952808741,
            "stop": 952808743
        },
        {
            "start": 952808747,
            "stop": 952809291
        },
        {
            "start": 952809293,
            "stop": 952809835
        },
        {
            "start": 952809837,
            "stop": 952810830
        },
        {
            "start": 952810832,
            "stop": 952811239
        },
        {
            "start": 952811241,
            "stop": 952812156
        },
        {
            "start": 952812157,
            "stop": 952813546
        },
        {
            "start": 952813548,
            "stop": 952816693
        },
        {
            "start": 952817422,
            "stop": 952822055
        },
        {
            "start": 952822057,
            "stop": 952825002
        },
        {
            "start": 952825004,
            "stop": 952827245
        },
        {
            "start": 952829782,
            "stop": 952837720
        },
        {
            "start": 952837722,
            "stop": 952837930
        },
        {
            "start": 952837932,
            "stop": 952838171
        },
        {
            "start": 952838173,
            "stop": 952839350
        },
        {
            "start": 952839352,
            "stop": 952840558
        }
    ]
}