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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=169",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 170,
    "results": [
        {
            "start": 830447108,
            "stop": 830447800
        },
        {
            "start": 830447803,
            "stop": 830447837
        },
        {
            "start": 830447839,
            "stop": 830448874
        },
        {
            "start": 830450137,
            "stop": 830450514
        },
        {
            "start": 830455385,
            "stop": 830455477
        },
        {
            "start": 830456294,
            "stop": 830457150
        },
        {
            "start": 830457957,
            "stop": 830460329
        },
        {
            "start": 830482707,
            "stop": 830484165
        },
        {
            "start": 830484167,
            "stop": 830484479
        },
        {
            "start": 830484481,
            "stop": 830484685
        },
        {
            "start": 830484687,
            "stop": 830489810
        },
        {
            "start": 830501692,
            "stop": 830501892
        },
        {
            "start": 830501894,
            "stop": 830502193
        },
        {
            "start": 830503715,
            "stop": 830505229
        },
        {
            "start": 830505231,
            "stop": 830505241
        },
        {
            "start": 830513480,
            "stop": 830518074
        },
        {
            "start": 830518075,
            "stop": 830518123
        },
        {
            "start": 830518125,
            "stop": 830518179
        },
        {
            "start": 830518181,
            "stop": 830518188
        },
        {
            "start": 830518191,
            "stop": 830518242
        }
    ]
}