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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6292",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6293,
    "results": [
        {
            "start": 873102212,
            "stop": 873102855
        },
        {
            "start": 873102856,
            "stop": 873103165
        },
        {
            "start": 873103798,
            "stop": 873103859
        },
        {
            "start": 873103860,
            "stop": 873104111
        },
        {
            "start": 873106569,
            "stop": 873106656
        },
        {
            "start": 873106657,
            "stop": 873106903
        },
        {
            "start": 873106905,
            "stop": 873107102
        },
        {
            "start": 873107103,
            "stop": 873107715
        },
        {
            "start": 873107716,
            "stop": 873107723
        },
        {
            "start": 873107724,
            "stop": 873107739
        },
        {
            "start": 873107740,
            "stop": 873107753
        },
        {
            "start": 873107754,
            "stop": 873107771
        },
        {
            "start": 873107772,
            "stop": 873107804
        },
        {
            "start": 873107805,
            "stop": 873108264
        },
        {
            "start": 873108266,
            "stop": 873108673
        },
        {
            "start": 873108675,
            "stop": 873108899
        },
        {
            "start": 873108900,
            "stop": 873109452
        },
        {
            "start": 873109453,
            "stop": 873110170
        },
        {
            "start": 873110172,
            "stop": 873110222
        },
        {
            "start": 873110224,
            "stop": 873110340
        }
    ]
}