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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=146",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 147,
    "results": [
        {
            "start": 837218916,
            "stop": 837222110
        },
        {
            "start": 837222598,
            "stop": 837223180
        },
        {
            "start": 837226407,
            "stop": 837227363
        },
        {
            "start": 837228247,
            "stop": 837229689
        },
        {
            "start": 837229691,
            "stop": 837229692
        },
        {
            "start": 837229693,
            "stop": 837270383
        },
        {
            "start": 837309005,
            "stop": 837321742
        },
        {
            "start": 837322345,
            "stop": 837323304
        },
        {
            "start": 837323305,
            "stop": 837329969
        },
        {
            "start": 837330521,
            "stop": 837330561
        },
        {
            "start": 837331040,
            "stop": 837333067
        },
        {
            "start": 837334247,
            "stop": 837344239
        },
        {
            "start": 837346564,
            "stop": 837346798
        },
        {
            "start": 837347378,
            "stop": 837361341
        },
        {
            "start": 837362678,
            "stop": 837369160
        },
        {
            "start": 837371426,
            "stop": 837372279
        },
        {
            "start": 837373279,
            "stop": 837384560
        },
        {
            "start": 837386483,
            "stop": 837400990
        },
        {
            "start": 837406494,
            "stop": 837441929
        },
        {
            "start": 837442460,
            "stop": 837444000
        }
    ]
}