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=1433
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=1434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1432",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1433,
    "results": [
        {
            "start": 853206851,
            "stop": 853263973
        },
        {
            "start": 853266188,
            "stop": 853272954
        },
        {
            "start": 853273907,
            "stop": 853276453
        },
        {
            "start": 853276577,
            "stop": 853277212
        },
        {
            "start": 853277335,
            "stop": 853288957
        },
        {
            "start": 853289545,
            "stop": 853293369
        },
        {
            "start": 853293551,
            "stop": 853313003
        },
        {
            "start": 853313551,
            "stop": 853315982
        },
        {
            "start": 853343884,
            "stop": 853344433
        },
        {
            "start": 853346506,
            "stop": 853351153
        },
        {
            "start": 853351268,
            "stop": 853353902
        },
        {
            "start": 853353943,
            "stop": 853358833
        },
        {
            "start": 853359509,
            "stop": 853384627
        },
        {
            "start": 853384630,
            "stop": 853414933
        },
        {
            "start": 853424053,
            "stop": 853444736
        },
        {
            "start": 853445968,
            "stop": 853453261
        },
        {
            "start": 853453339,
            "stop": 853479013
        },
        {
            "start": 853480706,
            "stop": 853483033
        },
        {
            "start": 853484156,
            "stop": 853518606
        },
        {
            "start": 853518766,
            "stop": 853522993
        }
    ]
}