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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=43",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 44,
    "results": [
        {
            "start": 1257643836,
            "stop": 1257643976
        },
        {
            "start": 1257643980,
            "stop": 1257647097
        },
        {
            "start": 1257647105,
            "stop": 1257648022
        },
        {
            "start": 1257648024,
            "stop": 1257648921
        },
        {
            "start": 1257648923,
            "stop": 1257650408
        },
        {
            "start": 1257650416,
            "stop": 1257650906
        },
        {
            "start": 1257650908,
            "stop": 1257653184
        },
        {
            "start": 1257653187,
            "stop": 1257655644
        },
        {
            "start": 1257655649,
            "stop": 1257656156
        },
        {
            "start": 1257656158,
            "stop": 1257657642
        },
        {
            "start": 1257657643,
            "stop": 1257658110
        },
        {
            "start": 1257658113,
            "stop": 1257661390
        },
        {
            "start": 1257661393,
            "stop": 1257662830
        },
        {
            "start": 1257662833,
            "stop": 1257664256
        },
        {
            "start": 1257664257,
            "stop": 1257664952
        },
        {
            "start": 1257664956,
            "stop": 1257667501
        },
        {
            "start": 1257667509,
            "stop": 1257667609
        },
        {
            "start": 1257667610,
            "stop": 1257668731
        },
        {
            "start": 1257668734,
            "stop": 1257668788
        },
        {
            "start": 1257668791,
            "stop": 1257669619
        }
    ]
}