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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=450",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=448",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 449,
    "results": [
        {
            "start": 945490916,
            "stop": 945490919
        },
        {
            "start": 945490920,
            "stop": 945490960
        },
        {
            "start": 945490962,
            "stop": 945490967
        },
        {
            "start": 945490969,
            "stop": 945491010
        },
        {
            "start": 945491013,
            "stop": 945491017
        },
        {
            "start": 945491019,
            "stop": 945491028
        },
        {
            "start": 945496563,
            "stop": 945497713
        },
        {
            "start": 945497714,
            "stop": 945497988
        },
        {
            "start": 945498591,
            "stop": 945508944
        },
        {
            "start": 945514448,
            "stop": 945527090
        },
        {
            "start": 945583284,
            "stop": 945589144
        },
        {
            "start": 945594394,
            "stop": 945613664
        },
        {
            "start": 945626617,
            "stop": 945626998
        },
        {
            "start": 945629715,
            "stop": 945632642
        },
        {
            "start": 945634901,
            "stop": 945635593
        },
        {
            "start": 945637588,
            "stop": 945649417
        },
        {
            "start": 945655251,
            "stop": 945669836
        },
        {
            "start": 945671933,
            "stop": 945699202
        },
        {
            "start": 945710309,
            "stop": 945711958
        },
        {
            "start": 945715152,
            "stop": 945722472
        }
    ]
}