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=473
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=474",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=472",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 473,
    "results": [
        {
            "start": 821786959,
            "stop": 821786981
        },
        {
            "start": 821786984,
            "stop": 821787004
        },
        {
            "start": 821787007,
            "stop": 821787024
        },
        {
            "start": 821787027,
            "stop": 821787081
        },
        {
            "start": 821787084,
            "stop": 821787087
        },
        {
            "start": 821787090,
            "stop": 821787134
        },
        {
            "start": 821787137,
            "stop": 821787146
        },
        {
            "start": 821787149,
            "stop": 821787162
        },
        {
            "start": 821787587,
            "stop": 821787607
        },
        {
            "start": 821787927,
            "stop": 821788042
        },
        {
            "start": 821788442,
            "stop": 821788563
        },
        {
            "start": 821788566,
            "stop": 821788586
        },
        {
            "start": 821788589,
            "stop": 821788674
        },
        {
            "start": 821788677,
            "stop": 821788751
        },
        {
            "start": 821788754,
            "stop": 821788755
        },
        {
            "start": 821788758,
            "stop": 821788878
        },
        {
            "start": 821788881,
            "stop": 821788888
        },
        {
            "start": 821788891,
            "stop": 821788935
        },
        {
            "start": 821788938,
            "stop": 821788939
        },
        {
            "start": 821788942,
            "stop": 821788953
        }
    ]
}