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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=305",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 306,
    "results": [
        {
            "start": 821720476,
            "stop": 821720482
        },
        {
            "start": 821720485,
            "stop": 821720571
        },
        {
            "start": 821720574,
            "stop": 821720576
        },
        {
            "start": 821720579,
            "stop": 821720628
        },
        {
            "start": 821720635,
            "stop": 821720656
        },
        {
            "start": 821720659,
            "stop": 821720673
        },
        {
            "start": 821720676,
            "stop": 821720711
        },
        {
            "start": 821720716,
            "stop": 821720728
        },
        {
            "start": 821720731,
            "stop": 821720743
        },
        {
            "start": 821720746,
            "stop": 821720786
        },
        {
            "start": 821720789,
            "stop": 821720806
        },
        {
            "start": 821720809,
            "stop": 821720830
        },
        {
            "start": 821720833,
            "stop": 821720955
        },
        {
            "start": 821720958,
            "stop": 821720961
        },
        {
            "start": 821720964,
            "stop": 821720980
        },
        {
            "start": 821720983,
            "stop": 821720984
        },
        {
            "start": 821720987,
            "stop": 821721120
        },
        {
            "start": 821722872,
            "stop": 821722947
        },
        {
            "start": 821722951,
            "stop": 821722957
        },
        {
            "start": 821722960,
            "stop": 821723160
        }
    ]
}