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=6509
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=6510",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6508",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6509,
    "results": [
        {
            "start": 874230038,
            "stop": 874230091
        },
        {
            "start": 874230092,
            "stop": 874230099
        },
        {
            "start": 874230100,
            "stop": 874230250
        },
        {
            "start": 874230251,
            "stop": 874230539
        },
        {
            "start": 874230541,
            "stop": 874230921
        },
        {
            "start": 874230922,
            "stop": 874231535
        },
        {
            "start": 874231536,
            "stop": 874231590
        },
        {
            "start": 874231592,
            "stop": 874231860
        },
        {
            "start": 874231861,
            "stop": 874231927
        },
        {
            "start": 874231928,
            "stop": 874231993
        },
        {
            "start": 874231994,
            "stop": 874232124
        },
        {
            "start": 874232126,
            "stop": 874232133
        },
        {
            "start": 874232134,
            "stop": 874232492
        },
        {
            "start": 874232493,
            "stop": 874233026
        },
        {
            "start": 874233028,
            "stop": 874233111
        },
        {
            "start": 874233112,
            "stop": 874233546
        },
        {
            "start": 874233547,
            "stop": 874233712
        },
        {
            "start": 874233713,
            "stop": 874234180
        },
        {
            "start": 874234182,
            "stop": 874234730
        },
        {
            "start": 874234732,
            "stop": 874234941
        }
    ]
}