Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=182
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=181",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 182,
    "results": [
        {
            "start": 1176724403,
            "stop": 1176724407
        },
        {
            "start": 1176724408,
            "stop": 1176724429
        },
        {
            "start": 1176724432,
            "stop": 1176724435
        },
        {
            "start": 1176724439,
            "stop": 1176724453
        },
        {
            "start": 1176724458,
            "stop": 1176724467
        },
        {
            "start": 1176724468,
            "stop": 1176724497
        },
        {
            "start": 1176724498,
            "stop": 1176724499
        },
        {
            "start": 1176724500,
            "stop": 1176724676
        },
        {
            "start": 1176724678,
            "stop": 1176724757
        },
        {
            "start": 1176724761,
            "stop": 1176724768
        },
        {
            "start": 1176724771,
            "stop": 1176725622
        },
        {
            "start": 1176725623,
            "stop": 1176725625
        },
        {
            "start": 1176725633,
            "stop": 1176725634
        },
        {
            "start": 1176725635,
            "stop": 1176725636
        },
        {
            "start": 1176725650,
            "stop": 1176725679
        },
        {
            "start": 1176725680,
            "stop": 1176725689
        },
        {
            "start": 1176725691,
            "stop": 1176725710
        },
        {
            "start": 1176725711,
            "stop": 1176725715
        },
        {
            "start": 1176725716,
            "stop": 1176725757
        },
        {
            "start": 1176725759,
            "stop": 1176725773
        }
    ]
}