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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=729",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 730,
    "results": [
        {
            "start": 854797471,
            "stop": 854802871
        },
        {
            "start": 854803222,
            "stop": 854806762
        },
        {
            "start": 854806931,
            "stop": 854807111
        },
        {
            "start": 854836912,
            "stop": 854837032
        },
        {
            "start": 854837525,
            "stop": 854839805
        },
        {
            "start": 854839980,
            "stop": 854842920
        },
        {
            "start": 854843040,
            "stop": 854847840
        },
        {
            "start": 854848052,
            "stop": 854848472
        },
        {
            "start": 854848690,
            "stop": 854862070
        },
        {
            "start": 854862300,
            "stop": 854864040
        },
        {
            "start": 854864070,
            "stop": 854871240
        },
        {
            "start": 854872277,
            "stop": 854876837
        },
        {
            "start": 854877154,
            "stop": 854877574
        },
        {
            "start": 854878116,
            "stop": 854879766
        },
        {
            "start": 854879916,
            "stop": 854882046
        },
        {
            "start": 854882196,
            "stop": 854888136
        },
        {
            "start": 854891152,
            "stop": 854893612
        },
        {
            "start": 854906427,
            "stop": 854907687
        },
        {
            "start": 854911583,
            "stop": 854913263
        },
        {
            "start": 854925485,
            "stop": 854926205
        }
    ]
}