Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=42
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=41",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 42,
    "results": [
        {
            "start": 931482808,
            "stop": 931482812
        },
        {
            "start": 931482816,
            "stop": 931482828
        },
        {
            "start": 931482831,
            "stop": 931482834
        },
        {
            "start": 931482839,
            "stop": 931482843
        },
        {
            "start": 931482848,
            "stop": 931482853
        },
        {
            "start": 931482855,
            "stop": 931482864
        },
        {
            "start": 931482869,
            "stop": 931482871
        },
        {
            "start": 931482874,
            "stop": 931482880
        },
        {
            "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": 931482998
        },
        {
            "start": 931483003,
            "stop": 931483005
        }
    ]
}