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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=23",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 24,
    "results": [
        {
            "start": 816602150,
            "stop": 816602198
        },
        {
            "start": 816602201,
            "stop": 816602212
        },
        {
            "start": 816602216,
            "stop": 816602263
        },
        {
            "start": 816602273,
            "stop": 816602321
        },
        {
            "start": 816602330,
            "stop": 816602333
        },
        {
            "start": 816602340,
            "stop": 816602571
        },
        {
            "start": 816602575,
            "stop": 816602585
        },
        {
            "start": 816602588,
            "stop": 816602630
        },
        {
            "start": 816602634,
            "stop": 816602670
        },
        {
            "start": 816602676,
            "stop": 816602735
        },
        {
            "start": 816602741,
            "stop": 816602841
        },
        {
            "start": 816602844,
            "stop": 816602879
        },
        {
            "start": 816602882,
            "stop": 816602957
        },
        {
            "start": 816602960,
            "stop": 816603051
        },
        {
            "start": 816603054,
            "stop": 816603095
        },
        {
            "start": 816603104,
            "stop": 816603172
        },
        {
            "start": 816603175,
            "stop": 816603226
        },
        {
            "start": 816603242,
            "stop": 816603452
        },
        {
            "start": 816603467,
            "stop": 816603790
        },
        {
            "start": 816603794,
            "stop": 816603962
        }
    ]
}