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=40844
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=40845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40843",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40844,
    "results": [
        {
            "start": 875045675,
            "stop": 875045699
        },
        {
            "start": 875045700,
            "stop": 875045702
        },
        {
            "start": 875045703,
            "stop": 875045721
        },
        {
            "start": 875045722,
            "stop": 875045736
        },
        {
            "start": 875045738,
            "stop": 875045744
        },
        {
            "start": 875045746,
            "stop": 875045756
        },
        {
            "start": 875045760,
            "stop": 875045780
        },
        {
            "start": 875045781,
            "stop": 875045828
        },
        {
            "start": 875045830,
            "stop": 875045841
        },
        {
            "start": 875045842,
            "stop": 875045896
        },
        {
            "start": 875045897,
            "stop": 875045911
        },
        {
            "start": 875045912,
            "stop": 875045929
        },
        {
            "start": 875045931,
            "stop": 875045950
        },
        {
            "start": 875045952,
            "stop": 875045974
        },
        {
            "start": 875045975,
            "stop": 875045992
        },
        {
            "start": 875045993,
            "stop": 875046035
        },
        {
            "start": 875046037,
            "stop": 875046057
        },
        {
            "start": 875046059,
            "stop": 875046068
        },
        {
            "start": 875046069,
            "stop": 875046107
        },
        {
            "start": 875046109,
            "stop": 875046112
        }
    ]
}