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=1490
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=1491",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1489",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1490,
    "results": [
        {
            "start": 865544479,
            "stop": 865557034
        },
        {
            "start": 865558373,
            "stop": 865583490
        },
        {
            "start": 865584634,
            "stop": 865605899
        },
        {
            "start": 865605902,
            "stop": 865612119
        },
        {
            "start": 865612122,
            "stop": 865613986
        },
        {
            "start": 865616171,
            "stop": 865617256
        },
        {
            "start": 865618141,
            "stop": 865619683
        },
        {
            "start": 865619686,
            "stop": 865619707
        },
        {
            "start": 865619713,
            "stop": 865620319
        },
        {
            "start": 865622920,
            "stop": 865625311
        },
        {
            "start": 865625314,
            "stop": 865630925
        },
        {
            "start": 865630928,
            "stop": 865630952
        },
        {
            "start": 865630956,
            "stop": 865635991
        },
        {
            "start": 865635994,
            "stop": 865635998
        },
        {
            "start": 865636003,
            "stop": 865641484
        },
        {
            "start": 865641487,
            "stop": 865645694
        },
        {
            "start": 865646750,
            "stop": 865668350
        },
        {
            "start": 865670034,
            "stop": 865684205
        },
        {
            "start": 865684208,
            "stop": 865684218
        },
        {
            "start": 865684433,
            "stop": 865695372
        }
    ]
}