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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1150",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1151,
    "results": [
        {
            "start": 950627282,
            "stop": 950628369
        },
        {
            "start": 950628371,
            "stop": 950630170
        },
        {
            "start": 950630172,
            "stop": 950632783
        },
        {
            "start": 950642424,
            "stop": 950642638
        },
        {
            "start": 950642640,
            "stop": 950646895
        },
        {
            "start": 950646897,
            "stop": 950647902
        },
        {
            "start": 950647904,
            "stop": 950651978
        },
        {
            "start": 950651980,
            "stop": 950652075
        },
        {
            "start": 950652077,
            "stop": 950655764
        },
        {
            "start": 950655766,
            "stop": 950656397
        },
        {
            "start": 950656399,
            "stop": 950656833
        },
        {
            "start": 950656998,
            "stop": 950657009
        },
        {
            "start": 950669841,
            "stop": 950675417
        },
        {
            "start": 950675419,
            "stop": 950676803
        },
        {
            "start": 950679824,
            "stop": 950680522
        },
        {
            "start": 950681387,
            "stop": 950682687
        },
        {
            "start": 950682689,
            "stop": 950686065
        },
        {
            "start": 950686067,
            "stop": 950686988
        },
        {
            "start": 950686990,
            "stop": 950689962
        },
        {
            "start": 950689964,
            "stop": 950692039
        }
    ]
}