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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7920",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7918",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7919,
    "results": [
        {
            "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
        },
        {
            "start": 969995191,
            "stop": 969995201
        },
        {
            "start": 969995204,
            "stop": 969995212
        }
    ]
}