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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=639",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 640,
    "results": [
        {
            "start": 845671230,
            "stop": 845673266
        },
        {
            "start": 845673267,
            "stop": 845674137
        },
        {
            "start": 845675760,
            "stop": 845687611
        },
        {
            "start": 845691701,
            "stop": 845700253
        },
        {
            "start": 845700951,
            "stop": 845701110
        },
        {
            "start": 845728375,
            "stop": 845734996
        },
        {
            "start": 845793613,
            "stop": 845795783
        },
        {
            "start": 845796183,
            "stop": 845811238
        },
        {
            "start": 845811939,
            "stop": 845813233
        },
        {
            "start": 845813282,
            "stop": 845813285
        },
        {
            "start": 845813833,
            "stop": 845817613
        },
        {
            "start": 845817632,
            "stop": 845817635
        },
        {
            "start": 845819233,
            "stop": 845823313
        },
        {
            "start": 845823322,
            "stop": 845823325
        },
        {
            "start": 845886777,
            "stop": 845888876
        },
        {
            "start": 845890687,
            "stop": 845892138
        },
        {
            "start": 845895599,
            "stop": 845899520
        },
        {
            "start": 845901090,
            "stop": 845908486
        },
        {
            "start": 845952253,
            "stop": 845959645
        },
        {
            "start": 845960202,
            "stop": 846000986
        }
    ]
}