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=414
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=415",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=413",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 414,
    "results": [
        {
            "start": 853456099,
            "stop": 853457086
        },
        {
            "start": 853457088,
            "stop": 853461670
        },
        {
            "start": 853461918,
            "stop": 853470055
        },
        {
            "start": 853470057,
            "stop": 853478625
        },
        {
            "start": 853478627,
            "stop": 853479757
        },
        {
            "start": 853480614,
            "stop": 853480992
        },
        {
            "start": 853486715,
            "stop": 853490144
        },
        {
            "start": 853490146,
            "stop": 853495515
        },
        {
            "start": 853495517,
            "stop": 853502460
        },
        {
            "start": 853676574,
            "stop": 853679285
        },
        {
            "start": 853679287,
            "stop": 853683966
        },
        {
            "start": 853745266,
            "stop": 853745497
        },
        {
            "start": 853745499,
            "stop": 853747957
        },
        {
            "start": 853749233,
            "stop": 853766564
        },
        {
            "start": 853767572,
            "stop": 853771919
        },
        {
            "start": 853815666,
            "stop": 853816562
        },
        {
            "start": 853816564,
            "stop": 853817614
        },
        {
            "start": 853817616,
            "stop": 853820290
        },
        {
            "start": 853820292,
            "stop": 853832370
        },
        {
            "start": 853832544,
            "stop": 853834493
        }
    ]
}