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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=178",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 179,
    "results": [
        {
            "start": 825763020,
            "stop": 825764280
        },
        {
            "start": 825766178,
            "stop": 825766238
        },
        {
            "start": 825766411,
            "stop": 825767431
        },
        {
            "start": 825767580,
            "stop": 825769380
        },
        {
            "start": 825769546,
            "stop": 825769786
        },
        {
            "start": 825769955,
            "stop": 825770315
        },
        {
            "start": 825779011,
            "stop": 825779251
        },
        {
            "start": 825779415,
            "stop": 825779655
        },
        {
            "start": 825779807,
            "stop": 825779987
        },
        {
            "start": 825781509,
            "stop": 825781689
        },
        {
            "start": 825781840,
            "stop": 825781900
        },
        {
            "start": 825859102,
            "stop": 825860242
        },
        {
            "start": 825861142,
            "stop": 825861922
        },
        {
            "start": 825862061,
            "stop": 825862481
        },
        {
            "start": 825862630,
            "stop": 825862690
        },
        {
            "start": 825864571,
            "stop": 825865051
        },
        {
            "start": 825865628,
            "stop": 825865868
        },
        {
            "start": 825897068,
            "stop": 825897128
        },
        {
            "start": 826041469,
            "stop": 826041529
        },
        {
            "start": 826044717,
            "stop": 826044777
        }
    ]
}