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=1347
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=1348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1346",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1347,
    "results": [
        {
            "start": 843848555,
            "stop": 843848558
        },
        {
            "start": 843848564,
            "stop": 843848601
        },
        {
            "start": 843848604,
            "stop": 843848624
        },
        {
            "start": 843848627,
            "stop": 843848628
        },
        {
            "start": 843848631,
            "stop": 843848637
        },
        {
            "start": 843848640,
            "stop": 843848643
        },
        {
            "start": 843848646,
            "stop": 843848648
        },
        {
            "start": 843848652,
            "stop": 843848659
        },
        {
            "start": 843848662,
            "stop": 843848675
        },
        {
            "start": 843848678,
            "stop": 843848689
        },
        {
            "start": 843848693,
            "stop": 843848696
        },
        {
            "start": 843848699,
            "stop": 843848723
        },
        {
            "start": 843848729,
            "stop": 843848730
        },
        {
            "start": 843848733,
            "stop": 843848734
        },
        {
            "start": 843848739,
            "stop": 843848750
        },
        {
            "start": 843848753,
            "stop": 843848762
        },
        {
            "start": 843848765,
            "stop": 843848774
        },
        {
            "start": 843848777,
            "stop": 843848783
        },
        {
            "start": 843848788,
            "stop": 843848810
        },
        {
            "start": 843848814,
            "stop": 843848816
        }
    ]
}