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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=407",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 408,
    "results": [
        {
            "start": 852740412,
            "stop": 852742385
        },
        {
            "start": 852742386,
            "stop": 852742389
        },
        {
            "start": 852742391,
            "stop": 852742432
        },
        {
            "start": 852742434,
            "stop": 852747631
        },
        {
            "start": 852751703,
            "stop": 852751951
        },
        {
            "start": 852751953,
            "stop": 852753406
        },
        {
            "start": 852753408,
            "stop": 852754094
        },
        {
            "start": 852754095,
            "stop": 852755614
        },
        {
            "start": 852755616,
            "stop": 852756201
        },
        {
            "start": 852756203,
            "stop": 852757489
        },
        {
            "start": 852757491,
            "stop": 852757729
        },
        {
            "start": 852757731,
            "stop": 852764133
        },
        {
            "start": 852766081,
            "stop": 852782825
        },
        {
            "start": 852782826,
            "stop": 852798978
        },
        {
            "start": 852799962,
            "stop": 852800976
        },
        {
            "start": 852800978,
            "stop": 852802529
        },
        {
            "start": 852802531,
            "stop": 852811330
        },
        {
            "start": 852811332,
            "stop": 852814678
        },
        {
            "start": 852814680,
            "stop": 852820247
        },
        {
            "start": 852820249,
            "stop": 852855416
        }
    ]
}