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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=73",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 74,
    "results": [
        {
            "start": 950187757,
            "stop": 950197270
        },
        {
            "start": 950197429,
            "stop": 950204887
        },
        {
            "start": 950207584,
            "stop": 950216863
        },
        {
            "start": 950222039,
            "stop": 950239611
        },
        {
            "start": 950242517,
            "stop": 950247826
        },
        {
            "start": 950250293,
            "stop": 950269618
        },
        {
            "start": 950271084,
            "stop": 950272390
        },
        {
            "start": 950273927,
            "stop": 950274245
        },
        {
            "start": 950276769,
            "stop": 950281373
        },
        {
            "start": 950283656,
            "stop": 950283783
        },
        {
            "start": 950284181,
            "stop": 950284980
        },
        {
            "start": 950286399,
            "stop": 950292959
        },
        {
            "start": 950295017,
            "stop": 950300219
        },
        {
            "start": 950301903,
            "stop": 950314308
        },
        {
            "start": 950314465,
            "stop": 950342453
        },
        {
            "start": 950344031,
            "stop": 950355405
        },
        {
            "start": 950356987,
            "stop": 950360238
        },
        {
            "start": 950361612,
            "stop": 950363071
        },
        {
            "start": 950364391,
            "stop": 950364845
        },
        {
            "start": 950365787,
            "stop": 950366311
        }
    ]
}