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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=303",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 304,
    "results": [
        {
            "start": 931544388,
            "stop": 931544405
        },
        {
            "start": 931544407,
            "stop": 931544431
        },
        {
            "start": 931544433,
            "stop": 931544450
        },
        {
            "start": 931544454,
            "stop": 931544469
        },
        {
            "start": 931544470,
            "stop": 931544507
        },
        {
            "start": 931544508,
            "stop": 931544512
        },
        {
            "start": 931544514,
            "stop": 931544523
        },
        {
            "start": 931544526,
            "stop": 931544540
        },
        {
            "start": 931544542,
            "stop": 931544553
        },
        {
            "start": 931544555,
            "stop": 931544564
        },
        {
            "start": 931544565,
            "stop": 931544570
        },
        {
            "start": 931544573,
            "stop": 931544574
        },
        {
            "start": 931544576,
            "stop": 931544578
        },
        {
            "start": 931544580,
            "stop": 931544591
        },
        {
            "start": 931544592,
            "stop": 931544598
        },
        {
            "start": 931544600,
            "stop": 931544604
        },
        {
            "start": 931544610,
            "stop": 931544616
        },
        {
            "start": 931544619,
            "stop": 931544630
        },
        {
            "start": 931544631,
            "stop": 931544652
        },
        {
            "start": 931544654,
            "stop": 931544658
        }
    ]
}