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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16666",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16667,
    "results": [
        {
            "start": 874877347,
            "stop": 874877385
        },
        {
            "start": 874877386,
            "stop": 874877693
        },
        {
            "start": 874877695,
            "stop": 874877708
        },
        {
            "start": 874877712,
            "stop": 874877761
        },
        {
            "start": 874877763,
            "stop": 874877783
        },
        {
            "start": 874877784,
            "stop": 874878371
        },
        {
            "start": 874878373,
            "stop": 874878378
        },
        {
            "start": 874878379,
            "stop": 874878585
        },
        {
            "start": 874878588,
            "stop": 874879217
        },
        {
            "start": 874879218,
            "stop": 874879386
        },
        {
            "start": 874879389,
            "stop": 874879392
        },
        {
            "start": 874879393,
            "stop": 874879417
        },
        {
            "start": 874879418,
            "stop": 874879467
        },
        {
            "start": 874879468,
            "stop": 874879639
        },
        {
            "start": 874879640,
            "stop": 874879812
        },
        {
            "start": 874879815,
            "stop": 874880338
        },
        {
            "start": 874880339,
            "stop": 874880362
        },
        {
            "start": 874880364,
            "stop": 874880519
        },
        {
            "start": 874880520,
            "stop": 874880607
        },
        {
            "start": 874880611,
            "stop": 874880917
        }
    ]
}