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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1601",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1599",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1600,
    "results": [
        {
            "start": 953575228,
            "stop": 953575233
        },
        {
            "start": 953575235,
            "stop": 953575258
        },
        {
            "start": 953575260,
            "stop": 953575272
        },
        {
            "start": 953575328,
            "stop": 953575331
        },
        {
            "start": 953575333,
            "stop": 953575334
        },
        {
            "start": 953576886,
            "stop": 953581754
        },
        {
            "start": 953582143,
            "stop": 953582195
        },
        {
            "start": 953582197,
            "stop": 953582868
        },
        {
            "start": 953582870,
            "stop": 953583026
        },
        {
            "start": 953583028,
            "stop": 953583042
        },
        {
            "start": 953583044,
            "stop": 953583513
        },
        {
            "start": 953583515,
            "stop": 953584182
        },
        {
            "start": 953584184,
            "stop": 953588457
        },
        {
            "start": 953588459,
            "stop": 953588893
        },
        {
            "start": 953588895,
            "stop": 953588948
        },
        {
            "start": 953588950,
            "stop": 953589377
        },
        {
            "start": 953589379,
            "stop": 953596066
        },
        {
            "start": 953596068,
            "stop": 953596174
        },
        {
            "start": 953596175,
            "stop": 953596261
        },
        {
            "start": 953596263,
            "stop": 953596355
        }
    ]
}