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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=384",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 385,
    "results": [
        {
            "start": 858457993,
            "stop": 858458037
        },
        {
            "start": 858458043,
            "stop": 858461926
        },
        {
            "start": 858464008,
            "stop": 858464684
        },
        {
            "start": 858464857,
            "stop": 858465397
        },
        {
            "start": 858465507,
            "stop": 858465659
        },
        {
            "start": 858465959,
            "stop": 858467537
        },
        {
            "start": 858468962,
            "stop": 858469367
        },
        {
            "start": 858469373,
            "stop": 858469681
        },
        {
            "start": 858469769,
            "stop": 858469832
        },
        {
            "start": 858470142,
            "stop": 858470144
        },
        {
            "start": 858470561,
            "stop": 858470574
        },
        {
            "start": 858470874,
            "stop": 858489665
        },
        {
            "start": 858489965,
            "stop": 858513732
        },
        {
            "start": 858513738,
            "stop": 858514641
        },
        {
            "start": 858514643,
            "stop": 858516065
        },
        {
            "start": 858516070,
            "stop": 858524095
        },
        {
            "start": 858524100,
            "stop": 858525692
        },
        {
            "start": 858525700,
            "stop": 858525720
        },
        {
            "start": 858525733,
            "stop": 858525745
        },
        {
            "start": 858525750,
            "stop": 858525767
        }
    ]
}