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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=476",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=474",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 475,
    "results": [
        {
            "start": 828097750,
            "stop": 828098150
        },
        {
            "start": 828098230,
            "stop": 828101150
        },
        {
            "start": 828101157,
            "stop": 828110030
        },
        {
            "start": 828110110,
            "stop": 828111590
        },
        {
            "start": 828111670,
            "stop": 828112266
        },
        {
            "start": 828112271,
            "stop": 828112393
        },
        {
            "start": 828112398,
            "stop": 828112400
        },
        {
            "start": 828135455,
            "stop": 828136098
        },
        {
            "start": 828136127,
            "stop": 828137570
        },
        {
            "start": 828137650,
            "stop": 828138372
        },
        {
            "start": 828138517,
            "stop": 828139070
        },
        {
            "start": 828139210,
            "stop": 828139430
        },
        {
            "start": 828139510,
            "stop": 828139970
        },
        {
            "start": 828140110,
            "stop": 828140330
        },
        {
            "start": 828140470,
            "stop": 828140930
        },
        {
            "start": 828141010,
            "stop": 828141050
        },
        {
            "start": 828141130,
            "stop": 828141170
        },
        {
            "start": 828141250,
            "stop": 828142190
        },
        {
            "start": 828142270,
            "stop": 828143930
        },
        {
            "start": 828144010,
            "stop": 828145670
        }
    ]
}