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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1810",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1808",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1809,
    "results": [
        {
            "start": 1250040893,
            "stop": 1250041584
        },
        {
            "start": 1250041587,
            "stop": 1250043752
        },
        {
            "start": 1250043755,
            "stop": 1250046009
        },
        {
            "start": 1250046012,
            "stop": 1250046130
        },
        {
            "start": 1250046133,
            "stop": 1250046552
        },
        {
            "start": 1250046554,
            "stop": 1250051987
        },
        {
            "start": 1250051990,
            "stop": 1250052911
        },
        {
            "start": 1250052914,
            "stop": 1250053329
        },
        {
            "start": 1250053332,
            "stop": 1250053478
        },
        {
            "start": 1250053481,
            "stop": 1250053493
        },
        {
            "start": 1250053495,
            "stop": 1250053781
        },
        {
            "start": 1250053784,
            "stop": 1250053840
        },
        {
            "start": 1250053843,
            "stop": 1250054251
        },
        {
            "start": 1250054252,
            "stop": 1250055105
        },
        {
            "start": 1250055106,
            "stop": 1250055783
        },
        {
            "start": 1250055786,
            "stop": 1250056920
        },
        {
            "start": 1250056923,
            "stop": 1250056930
        },
        {
            "start": 1250056932,
            "stop": 1250057138
        },
        {
            "start": 1250057140,
            "stop": 1250057143
        },
        {
            "start": 1250057144,
            "stop": 1250057291
        }
    ]
}