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_H2L1/segments?format=api&page=246
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_H2L1/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=245",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 246,
    "results": [
        {
            "start": 828015491,
            "stop": 828016091
        },
        {
            "start": 828016320,
            "stop": 828017040
        },
        {
            "start": 828018436,
            "stop": 828018496
        },
        {
            "start": 828018646,
            "stop": 828018976
        },
        {
            "start": 828019147,
            "stop": 828019927
        },
        {
            "start": 828020435,
            "stop": 828020555
        },
        {
            "start": 828022377,
            "stop": 828022917
        },
        {
            "start": 828023354,
            "stop": 828023474
        },
        {
            "start": 828023649,
            "stop": 828023769
        },
        {
            "start": 828023980,
            "stop": 828024580
        },
        {
            "start": 828024823,
            "stop": 828025483
        },
        {
            "start": 828025642,
            "stop": 828025762
        },
        {
            "start": 828026009,
            "stop": 828026309
        },
        {
            "start": 828031076,
            "stop": 828031196
        },
        {
            "start": 828032372,
            "stop": 828032552
        },
        {
            "start": 828032723,
            "stop": 828032783
        },
        {
            "start": 828048458,
            "stop": 828048518
        },
        {
            "start": 828053184,
            "stop": 828053484
        },
        {
            "start": 828053634,
            "stop": 828053694
        },
        {
            "start": 828053995,
            "stop": 828054115
        }
    ]
}