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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=173",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 174,
    "results": [
        {
            "start": 846295258,
            "stop": 846317102
        },
        {
            "start": 846317907,
            "stop": 846337091
        },
        {
            "start": 846387595,
            "stop": 846390161
        },
        {
            "start": 846390656,
            "stop": 846403104
        },
        {
            "start": 846404042,
            "stop": 846408635
        },
        {
            "start": 846409690,
            "stop": 846411164
        },
        {
            "start": 846411353,
            "stop": 846423854
        },
        {
            "start": 846425696,
            "stop": 846432025
        },
        {
            "start": 846432848,
            "stop": 846434800
        },
        {
            "start": 846434815,
            "stop": 846435508
        },
        {
            "start": 846435530,
            "stop": 846436162
        },
        {
            "start": 846437097,
            "stop": 846442661
        },
        {
            "start": 846443890,
            "stop": 846444953
        },
        {
            "start": 846446168,
            "stop": 846454244
        },
        {
            "start": 846455424,
            "stop": 846457560
        },
        {
            "start": 846459362,
            "stop": 846460852
        },
        {
            "start": 846461963,
            "stop": 846465930
        },
        {
            "start": 846467069,
            "stop": 846475698
        },
        {
            "start": 846478312,
            "stop": 846493906
        },
        {
            "start": 846494909,
            "stop": 846495505
        }
    ]
}