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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29406",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29404",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29405,
    "results": [
        {
            "start": 971409751,
            "stop": 971409754
        },
        {
            "start": 971409756,
            "stop": 971409760
        },
        {
            "start": 971409763,
            "stop": 971409765
        },
        {
            "start": 971409767,
            "stop": 971409770
        },
        {
            "start": 971409773,
            "stop": 971409778
        },
        {
            "start": 971409780,
            "stop": 971409787
        },
        {
            "start": 971409788,
            "stop": 971409789
        },
        {
            "start": 971409791,
            "stop": 971409793
        },
        {
            "start": 971409795,
            "stop": 971409797
        },
        {
            "start": 971409798,
            "stop": 971409807
        },
        {
            "start": 971409809,
            "stop": 971409811
        },
        {
            "start": 971409813,
            "stop": 971409815
        },
        {
            "start": 971409816,
            "stop": 971409817
        },
        {
            "start": 971409818,
            "stop": 971409831
        },
        {
            "start": 971409832,
            "stop": 971409836
        },
        {
            "start": 971409837,
            "stop": 971409845
        },
        {
            "start": 971409849,
            "stop": 971409854
        },
        {
            "start": 971409859,
            "stop": 971409867
        },
        {
            "start": 971409868,
            "stop": 971409871
        },
        {
            "start": 971409872,
            "stop": 971409874
        }
    ]
}