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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=28",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 29,
    "results": [
        {
            "start": 1405309343,
            "stop": 1405310135
        },
        {
            "start": 1405311663,
            "stop": 1405312647
        },
        {
            "start": 1405312895,
            "stop": 1405313015
        },
        {
            "start": 1405313135,
            "stop": 1405313191
        },
        {
            "start": 1405313311,
            "stop": 1405313431
        },
        {
            "start": 1405313695,
            "stop": 1405313991
        },
        {
            "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
        }
    ]
}