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=40931
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=40932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40930",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40931,
    "results": [
        {
            "start": 875106541,
            "stop": 875106581
        },
        {
            "start": 875106582,
            "stop": 875106586
        },
        {
            "start": 875106587,
            "stop": 875106589
        },
        {
            "start": 875106590,
            "stop": 875106592
        },
        {
            "start": 875106594,
            "stop": 875106690
        },
        {
            "start": 875106692,
            "stop": 875106715
        },
        {
            "start": 875106717,
            "stop": 875106755
        },
        {
            "start": 875106756,
            "stop": 875106758
        },
        {
            "start": 875106760,
            "stop": 875106763
        },
        {
            "start": 875106764,
            "stop": 875106836
        },
        {
            "start": 875106837,
            "stop": 875106893
        },
        {
            "start": 875106895,
            "stop": 875106946
        },
        {
            "start": 875106947,
            "stop": 875106965
        },
        {
            "start": 875106966,
            "stop": 875106981
        },
        {
            "start": 875106982,
            "stop": 875106992
        },
        {
            "start": 875106993,
            "stop": 875106998
        },
        {
            "start": 875106999,
            "stop": 875107071
        },
        {
            "start": 875107073,
            "stop": 875107135
        },
        {
            "start": 875107137,
            "stop": 875107241
        },
        {
            "start": 875107242,
            "stop": 875107252
        }
    ]
}