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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=350",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 351,
    "results": [
        {
            "start": 824538410,
            "stop": 824540405
        },
        {
            "start": 824540412,
            "stop": 824543900
        },
        {
            "start": 824543908,
            "stop": 824545229
        },
        {
            "start": 824545236,
            "stop": 824545275
        },
        {
            "start": 824545282,
            "stop": 824545421
        },
        {
            "start": 824545428,
            "stop": 824545451
        },
        {
            "start": 824545458,
            "stop": 824553524
        },
        {
            "start": 824553705,
            "stop": 824554910
        },
        {
            "start": 824555110,
            "stop": 824563630
        },
        {
            "start": 824563634,
            "stop": 824567167
        },
        {
            "start": 824596147,
            "stop": 824596573
        },
        {
            "start": 824599275,
            "stop": 824599790
        },
        {
            "start": 824599990,
            "stop": 824604234
        },
        {
            "start": 824607207,
            "stop": 824607632
        },
        {
            "start": 824611030,
            "stop": 824612810
        },
        {
            "start": 824612959,
            "stop": 824618466
        },
        {
            "start": 824619879,
            "stop": 824623353
        },
        {
            "start": 824623360,
            "stop": 824624608
        },
        {
            "start": 824626985,
            "stop": 824628933
        },
        {
            "start": 824672944,
            "stop": 824673530
        }
    ]
}