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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=373",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 374,
    "results": [
        {
            "start": 821501563,
            "stop": 821501604
        },
        {
            "start": 821501610,
            "stop": 821501614
        },
        {
            "start": 821501617,
            "stop": 821501618
        },
        {
            "start": 821501621,
            "stop": 821501624
        },
        {
            "start": 821501805,
            "stop": 821501825
        },
        {
            "start": 821501828,
            "stop": 821501830
        },
        {
            "start": 821501833,
            "stop": 821501853
        },
        {
            "start": 821501856,
            "stop": 821501875
        },
        {
            "start": 821501878,
            "stop": 821501886
        },
        {
            "start": 821501889,
            "stop": 821501900
        },
        {
            "start": 821501905,
            "stop": 821501917
        },
        {
            "start": 821501920,
            "stop": 821501951
        },
        {
            "start": 821501954,
            "stop": 821502014
        },
        {
            "start": 821502017,
            "stop": 821502037
        },
        {
            "start": 821502040,
            "stop": 821502041
        },
        {
            "start": 821502044,
            "stop": 821502067
        },
        {
            "start": 821502070,
            "stop": 821502072
        },
        {
            "start": 821502075,
            "stop": 821502108
        },
        {
            "start": 821502111,
            "stop": 821502198
        },
        {
            "start": 821502201,
            "stop": 821502231
        }
    ]
}