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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=442",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 443,
    "results": [
        {
            "start": 858557064,
            "stop": 858558728
        },
        {
            "start": 858559997,
            "stop": 858584193
        },
        {
            "start": 858586663,
            "stop": 858607106
        },
        {
            "start": 858608121,
            "stop": 858609069
        },
        {
            "start": 858610943,
            "stop": 858611008
        },
        {
            "start": 858611010,
            "stop": 858611016
        },
        {
            "start": 858611018,
            "stop": 858611584
        },
        {
            "start": 858615361,
            "stop": 858615732
        },
        {
            "start": 858615812,
            "stop": 858624125
        },
        {
            "start": 858624128,
            "stop": 858629567
        },
        {
            "start": 858631018,
            "stop": 858632204
        },
        {
            "start": 858633200,
            "stop": 858636341
        },
        {
            "start": 858654700,
            "stop": 858655921
        },
        {
            "start": 858655923,
            "stop": 858657935
        },
        {
            "start": 858658797,
            "stop": 858669236
        },
        {
            "start": 858670913,
            "stop": 858691574
        },
        {
            "start": 858691987,
            "stop": 858693641
        },
        {
            "start": 858694828,
            "stop": 858695728
        },
        {
            "start": 858696013,
            "stop": 858696749
        },
        {
            "start": 858706336,
            "stop": 858718550
        }
    ]
}