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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40797",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40798,
    "results": [
        {
            "start": 875009674,
            "stop": 875009679
        },
        {
            "start": 875009680,
            "stop": 875009706
        },
        {
            "start": 875009707,
            "stop": 875009712
        },
        {
            "start": 875009713,
            "stop": 875009717
        },
        {
            "start": 875009718,
            "stop": 875009737
        },
        {
            "start": 875009738,
            "stop": 875009758
        },
        {
            "start": 875009759,
            "stop": 875009763
        },
        {
            "start": 875009764,
            "stop": 875009779
        },
        {
            "start": 875009781,
            "stop": 875009801
        },
        {
            "start": 875009802,
            "stop": 875009822
        },
        {
            "start": 875009823,
            "stop": 875009865
        },
        {
            "start": 875009866,
            "stop": 875009907
        },
        {
            "start": 875009909,
            "stop": 875009946
        },
        {
            "start": 875009947,
            "stop": 875009974
        },
        {
            "start": 875009975,
            "stop": 875010057
        },
        {
            "start": 875010058,
            "stop": 875010097
        },
        {
            "start": 875010098,
            "stop": 875010127
        },
        {
            "start": 875010129,
            "stop": 875010150
        },
        {
            "start": 875010151,
            "stop": 875010205
        },
        {
            "start": 875010206,
            "stop": 875010227
        }
    ]
}