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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14458",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14456",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14457,
    "results": [
        {
            "start": 971561552,
            "stop": 971561562
        },
        {
            "start": 971561564,
            "stop": 971561566
        },
        {
            "start": 971561570,
            "stop": 971561573
        },
        {
            "start": 971561576,
            "stop": 971561583
        },
        {
            "start": 971561588,
            "stop": 971561591
        },
        {
            "start": 971561594,
            "stop": 971561595
        },
        {
            "start": 971561597,
            "stop": 971561598
        },
        {
            "start": 971561601,
            "stop": 971561602
        },
        {
            "start": 971561604,
            "stop": 971561605
        },
        {
            "start": 971561606,
            "stop": 971561607
        },
        {
            "start": 971561609,
            "stop": 971561612
        },
        {
            "start": 971561613,
            "stop": 971561615
        },
        {
            "start": 971561616,
            "stop": 971561618
        },
        {
            "start": 971561620,
            "stop": 971561631
        },
        {
            "start": 971561635,
            "stop": 971561637
        },
        {
            "start": 971561641,
            "stop": 971561645
        },
        {
            "start": 971561647,
            "stop": 971561650
        },
        {
            "start": 971561654,
            "stop": 971561664
        },
        {
            "start": 971561667,
            "stop": 971561672
        },
        {
            "start": 971561673,
            "stop": 971561676
        }
    ]
}