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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7910",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7908",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 7909,
    "results": [
        {
            "start": 969994403,
            "stop": 969994536
        },
        {
            "start": 969994539,
            "stop": 969994685
        },
        {
            "start": 969994689,
            "stop": 969994706
        },
        {
            "start": 969994709,
            "stop": 969994720
        },
        {
            "start": 969994723,
            "stop": 969994760
        },
        {
            "start": 969994764,
            "stop": 969994785
        },
        {
            "start": 969994790,
            "stop": 969994806
        },
        {
            "start": 969994809,
            "stop": 969994810
        },
        {
            "start": 969994813,
            "stop": 969994826
        },
        {
            "start": 969994833,
            "stop": 969994837
        },
        {
            "start": 969994840,
            "stop": 969994872
        },
        {
            "start": 969994878,
            "stop": 969994922
        },
        {
            "start": 969994925,
            "stop": 969994952
        },
        {
            "start": 969994955,
            "stop": 969995029
        },
        {
            "start": 969995032,
            "stop": 969995033
        },
        {
            "start": 969995036,
            "stop": 969995045
        },
        {
            "start": 969995048,
            "stop": 969995053
        },
        {
            "start": 969995056,
            "stop": 969995072
        },
        {
            "start": 969995075,
            "stop": 969995082
        },
        {
            "start": 969995089,
            "stop": 969995188
        }
    ]
}