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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=259",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 260,
    "results": [
        {
            "start": 858377319,
            "stop": 858377799
        },
        {
            "start": 858377909,
            "stop": 858377910
        },
        {
            "start": 858378451,
            "stop": 858390065
        },
        {
            "start": 858391298,
            "stop": 858429004
        },
        {
            "start": 858429408,
            "stop": 858436385
        },
        {
            "start": 858436480,
            "stop": 858438014
        },
        {
            "start": 858455027,
            "stop": 858455571
        },
        {
            "start": 858455871,
            "stop": 858461926
        },
        {
            "start": 858464008,
            "stop": 858464684
        },
        {
            "start": 858464857,
            "stop": 858465397
        },
        {
            "start": 858465507,
            "stop": 858465659
        },
        {
            "start": 858465959,
            "stop": 858467537
        },
        {
            "start": 858468962,
            "stop": 858469681
        },
        {
            "start": 858469769,
            "stop": 858469832
        },
        {
            "start": 858470142,
            "stop": 858470144
        },
        {
            "start": 858470561,
            "stop": 858470574
        },
        {
            "start": 858470874,
            "stop": 858489665
        },
        {
            "start": 858489965,
            "stop": 858528278
        },
        {
            "start": 858529261,
            "stop": 858531817
        },
        {
            "start": 858532154,
            "stop": 858535136
        }
    ]
}