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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=193",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 194,
    "results": [
        {
            "start": 931482831,
            "stop": 931482834
        },
        {
            "start": 931482839,
            "stop": 931482840
        },
        {
            "start": 931482842,
            "stop": 931482843
        },
        {
            "start": 931482848,
            "stop": 931482853
        },
        {
            "start": 931482855,
            "stop": 931482864
        },
        {
            "start": 931482869,
            "stop": 931482871
        },
        {
            "start": 931482874,
            "stop": 931482876
        },
        {
            "start": 931482883,
            "stop": 931482897
        },
        {
            "start": 931482899,
            "stop": 931482903
        },
        {
            "start": 931482907,
            "stop": 931482912
        },
        {
            "start": 931482916,
            "stop": 931482922
        },
        {
            "start": 931482929,
            "stop": 931482930
        },
        {
            "start": 931482944,
            "stop": 931482945
        },
        {
            "start": 931482947,
            "stop": 931482951
        },
        {
            "start": 931482954,
            "stop": 931482962
        },
        {
            "start": 931482965,
            "stop": 931482966
        },
        {
            "start": 931482971,
            "stop": 931482980
        },
        {
            "start": 931482986,
            "stop": 931482988
        },
        {
            "start": 931482990,
            "stop": 931482998
        },
        {
            "start": 931483003,
            "stop": 931483005
        }
    ]
}