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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4574",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4572",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4573,
    "results": [
        {
            "start": 968928769,
            "stop": 968930354
        },
        {
            "start": 968931621,
            "stop": 968931941
        },
        {
            "start": 968931945,
            "stop": 968932355
        },
        {
            "start": 968932358,
            "stop": 968933615
        },
        {
            "start": 968933636,
            "stop": 968934060
        },
        {
            "start": 968934063,
            "stop": 968934102
        },
        {
            "start": 968934120,
            "stop": 968934144
        },
        {
            "start": 968934215,
            "stop": 968934309
        },
        {
            "start": 968934327,
            "stop": 968934650
        },
        {
            "start": 968934689,
            "stop": 968934694
        },
        {
            "start": 968934712,
            "stop": 968934770
        },
        {
            "start": 968934816,
            "stop": 968934846
        },
        {
            "start": 968934864,
            "stop": 968935509
        },
        {
            "start": 968935512,
            "stop": 968935979
        },
        {
            "start": 968935997,
            "stop": 968936180
        },
        {
            "start": 968936183,
            "stop": 968936421
        },
        {
            "start": 968937379,
            "stop": 968937412
        },
        {
            "start": 968937416,
            "stop": 968937431
        },
        {
            "start": 968937464,
            "stop": 968937513
        },
        {
            "start": 968937539,
            "stop": 968937547
        }
    ]
}