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=1331
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=1332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1330",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1331,
    "results": [
        {
            "start": 843842597,
            "stop": 843842634
        },
        {
            "start": 843842637,
            "stop": 843842652
        },
        {
            "start": 843842657,
            "stop": 843842685
        },
        {
            "start": 843842688,
            "stop": 843842701
        },
        {
            "start": 843842704,
            "stop": 843842727
        },
        {
            "start": 843842730,
            "stop": 843842731
        },
        {
            "start": 843842734,
            "stop": 843842752
        },
        {
            "start": 843842755,
            "stop": 843842764
        },
        {
            "start": 843842767,
            "stop": 843842770
        },
        {
            "start": 843842773,
            "stop": 843842784
        },
        {
            "start": 843842787,
            "stop": 843842793
        },
        {
            "start": 843842799,
            "stop": 843842803
        },
        {
            "start": 843842808,
            "stop": 843842810
        },
        {
            "start": 843842813,
            "stop": 843842817
        },
        {
            "start": 843842826,
            "stop": 843842827
        },
        {
            "start": 843842831,
            "stop": 843842862
        },
        {
            "start": 843842865,
            "stop": 843842875
        },
        {
            "start": 843842878,
            "stop": 843842887
        },
        {
            "start": 843842890,
            "stop": 843842908
        },
        {
            "start": 843842912,
            "stop": 843842920
        }
    ]
}