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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=28",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 29,
    "results": [
        {
            "start": 816791809,
            "stop": 816791944
        },
        {
            "start": 816791948,
            "stop": 816791950
        },
        {
            "start": 816791954,
            "stop": 816792104
        },
        {
            "start": 816821542,
            "stop": 816821564
        },
        {
            "start": 816825524,
            "stop": 816825704
        },
        {
            "start": 816825706,
            "stop": 816825793
        },
        {
            "start": 816827265,
            "stop": 816828763
        },
        {
            "start": 816828765,
            "stop": 816830653
        },
        {
            "start": 816831356,
            "stop": 816833182
        },
        {
            "start": 816840345,
            "stop": 816851504
        },
        {
            "start": 816852661,
            "stop": 816856491
        },
        {
            "start": 816856493,
            "stop": 816856568
        },
        {
            "start": 816856571,
            "stop": 816856608
        },
        {
            "start": 816856611,
            "stop": 816856664
        },
        {
            "start": 816856667,
            "stop": 816856673
        },
        {
            "start": 816856676,
            "stop": 816856692
        },
        {
            "start": 816856699,
            "stop": 816856701
        },
        {
            "start": 816856704,
            "stop": 816856717
        },
        {
            "start": 816856720,
            "stop": 816856724
        },
        {
            "start": 816856727,
            "stop": 816856734
        }
    ]
}