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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1884",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1882",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1883,
    "results": [
        {
            "start": 969599127,
            "stop": 969616061
        },
        {
            "start": 969616062,
            "stop": 969626163
        },
        {
            "start": 969626165,
            "stop": 969626231
        },
        {
            "start": 969626232,
            "stop": 969629053
        },
        {
            "start": 969633559,
            "stop": 969633914
        },
        {
            "start": 969634598,
            "stop": 969638559
        },
        {
            "start": 969638560,
            "stop": 969638606
        },
        {
            "start": 969638607,
            "stop": 969640419
        },
        {
            "start": 969640579,
            "stop": 969647820
        },
        {
            "start": 969647821,
            "stop": 969649891
        },
        {
            "start": 969650741,
            "stop": 969654765
        },
        {
            "start": 969656683,
            "stop": 969659223
        },
        {
            "start": 969659224,
            "stop": 969660517
        },
        {
            "start": 969660518,
            "stop": 969667186
        },
        {
            "start": 969667187,
            "stop": 969669736
        },
        {
            "start": 969670409,
            "stop": 969670790
        },
        {
            "start": 969670977,
            "stop": 969675766
        },
        {
            "start": 969675767,
            "stop": 969675844
        },
        {
            "start": 969675845,
            "stop": 969678142
        },
        {
            "start": 969681562,
            "stop": 969690089
        }
    ]
}