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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=75",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 76,
    "results": [
        {
            "start": 1405314303,
            "stop": 1405314375
        },
        {
            "start": 1405314575,
            "stop": 1405315415
        },
        {
            "start": 1405315823,
            "stop": 1405315975
        },
        {
            "start": 1405317327,
            "stop": 1405317399
        },
        {
            "start": 1405317956,
            "stop": 1405318556
        },
        {
            "start": 1405319154,
            "stop": 1405319830
        },
        {
            "start": 1405320078,
            "stop": 1405320150
        },
        {
            "start": 1405320270,
            "stop": 1405320534
        },
        {
            "start": 1405320654,
            "stop": 1405320694
        },
        {
            "start": 1405320910,
            "stop": 1405321014
        },
        {
            "start": 1405321326,
            "stop": 1405321494
        },
        {
            "start": 1405321870,
            "stop": 1405321958
        },
        {
            "start": 1405322254,
            "stop": 1405322582
        },
        {
            "start": 1405322750,
            "stop": 1405322774
        },
        {
            "start": 1405323160,
            "stop": 1405323660
        },
        {
            "start": 1405323780,
            "stop": 1405323931
        },
        {
            "start": 1405324175,
            "stop": 1405324691
        },
        {
            "start": 1405325339,
            "stop": 1405325411
        },
        {
            "start": 1405325787,
            "stop": 1405326803
        },
        {
            "start": 1405327419,
            "stop": 1405327507
        }
    ]
}