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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9742",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9743,
    "results": [
        {
            "start": 873421638,
            "stop": 873421643
        },
        {
            "start": 873421645,
            "stop": 873421647
        },
        {
            "start": 873421648,
            "stop": 873421655
        },
        {
            "start": 873421656,
            "stop": 873421657
        },
        {
            "start": 873421658,
            "stop": 873421668
        },
        {
            "start": 873421670,
            "stop": 873421674
        },
        {
            "start": 873421675,
            "stop": 873421690
        },
        {
            "start": 873421692,
            "stop": 873421694
        },
        {
            "start": 873421696,
            "stop": 873421698
        },
        {
            "start": 873421699,
            "stop": 873421709
        },
        {
            "start": 873421710,
            "stop": 873421722
        },
        {
            "start": 873421724,
            "stop": 873421727
        },
        {
            "start": 873421729,
            "stop": 873421732
        },
        {
            "start": 873421734,
            "stop": 873421738
        },
        {
            "start": 873421740,
            "stop": 873421743
        },
        {
            "start": 873421744,
            "stop": 873421747
        },
        {
            "start": 873421749,
            "stop": 873421757
        },
        {
            "start": 873421758,
            "stop": 873421771
        },
        {
            "start": 873421772,
            "stop": 873421779
        },
        {
            "start": 873421780,
            "stop": 873421784
        }
    ]
}