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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1341",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1342,
    "results": [
        {
            "start": 843846652,
            "stop": 843846676
        },
        {
            "start": 843846681,
            "stop": 843846707
        },
        {
            "start": 843846710,
            "stop": 843846752
        },
        {
            "start": 843846755,
            "stop": 843846779
        },
        {
            "start": 843846782,
            "stop": 843846798
        },
        {
            "start": 843846804,
            "stop": 843846806
        },
        {
            "start": 843846809,
            "stop": 843846812
        },
        {
            "start": 843846815,
            "stop": 843846819
        },
        {
            "start": 843846825,
            "stop": 843846848
        },
        {
            "start": 843846851,
            "stop": 843846862
        },
        {
            "start": 843846865,
            "stop": 843846868
        },
        {
            "start": 843846873,
            "stop": 843846878
        },
        {
            "start": 843846881,
            "stop": 843846892
        },
        {
            "start": 843846895,
            "stop": 843846897
        },
        {
            "start": 843846902,
            "stop": 843846924
        },
        {
            "start": 843846927,
            "stop": 843846934
        },
        {
            "start": 843846938,
            "stop": 843846943
        },
        {
            "start": 843846947,
            "stop": 843846976
        },
        {
            "start": 843846979,
            "stop": 843846981
        },
        {
            "start": 843846987,
            "stop": 843846996
        }
    ]
}