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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14474",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14472",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14473,
    "results": [
        {
            "start": 971600115,
            "stop": 971600124
        },
        {
            "start": 971600127,
            "stop": 971600158
        },
        {
            "start": 971600161,
            "stop": 971600167
        },
        {
            "start": 971600174,
            "stop": 971600175
        },
        {
            "start": 971600179,
            "stop": 971600233
        },
        {
            "start": 971600237,
            "stop": 971600306
        },
        {
            "start": 971600309,
            "stop": 971600350
        },
        {
            "start": 971600355,
            "stop": 971600375
        },
        {
            "start": 971600378,
            "stop": 971600479
        },
        {
            "start": 971600482,
            "stop": 971600524
        },
        {
            "start": 971600527,
            "stop": 971600540
        },
        {
            "start": 971600543,
            "stop": 971600569
        },
        {
            "start": 971600572,
            "stop": 971600583
        },
        {
            "start": 971600586,
            "stop": 971600602
        },
        {
            "start": 971600605,
            "stop": 971600630
        },
        {
            "start": 971600633,
            "stop": 971600644
        },
        {
            "start": 971600648,
            "stop": 971600670
        },
        {
            "start": 971600677,
            "stop": 971600684
        },
        {
            "start": 971600687,
            "stop": 971600703
        },
        {
            "start": 971600706,
            "stop": 971600749
        }
    ]
}