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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=617",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=615",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 616,
    "results": [
        {
            "start": 840344662,
            "stop": 840346881
        },
        {
            "start": 840347399,
            "stop": 840348000
        },
        {
            "start": 840348452,
            "stop": 840348979
        },
        {
            "start": 840349379,
            "stop": 840354025
        },
        {
            "start": 840354425,
            "stop": 840362966
        },
        {
            "start": 840363567,
            "stop": 840366487
        },
        {
            "start": 840367058,
            "stop": 840370371
        },
        {
            "start": 840370968,
            "stop": 840372827
        },
        {
            "start": 840373426,
            "stop": 840403564
        },
        {
            "start": 840403566,
            "stop": 840403567
        },
        {
            "start": 840405701,
            "stop": 840406176
        },
        {
            "start": 840406178,
            "stop": 840406179
        },
        {
            "start": 840406183,
            "stop": 840407193
        },
        {
            "start": 840407195,
            "stop": 840414655
        },
        {
            "start": 840414656,
            "stop": 840416344
        },
        {
            "start": 840416876,
            "stop": 840417536
        },
        {
            "start": 840417947,
            "stop": 840418497
        },
        {
            "start": 840418897,
            "stop": 840474605
        },
        {
            "start": 840474606,
            "stop": 840481840
        },
        {
            "start": 840481841,
            "stop": 840486734
        }
    ]
}