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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5220",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5218",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5219,
    "results": [
        {
            "start": 1137046503,
            "stop": 1137046512
        },
        {
            "start": 1137046513,
            "stop": 1137046565
        },
        {
            "start": 1137046567,
            "stop": 1137046569
        },
        {
            "start": 1137046571,
            "stop": 1137046573
        },
        {
            "start": 1137046575,
            "stop": 1137046609
        },
        {
            "start": 1137046612,
            "stop": 1137046629
        },
        {
            "start": 1137046631,
            "stop": 1137046633
        },
        {
            "start": 1137046635,
            "stop": 1137046663
        },
        {
            "start": 1137046664,
            "stop": 1137046666
        },
        {
            "start": 1137046668,
            "stop": 1137046720
        },
        {
            "start": 1137046722,
            "stop": 1137046769
        },
        {
            "start": 1137046770,
            "stop": 1137046779
        },
        {
            "start": 1137046781,
            "stop": 1137046782
        },
        {
            "start": 1137046784,
            "stop": 1137046810
        },
        {
            "start": 1137046812,
            "stop": 1137046813
        },
        {
            "start": 1137046814,
            "stop": 1137046817
        },
        {
            "start": 1137046819,
            "stop": 1137046851
        },
        {
            "start": 1137046853,
            "stop": 1137046854
        },
        {
            "start": 1137046856,
            "stop": 1137046934
        },
        {
            "start": 1137046935,
            "stop": 1137046937
        }
    ]
}