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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1445",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1446,
    "results": [
        {
            "start": 856437403,
            "stop": 856451135
        },
        {
            "start": 856453273,
            "stop": 856471152
        },
        {
            "start": 856472161,
            "stop": 856527688
        },
        {
            "start": 856530556,
            "stop": 856544276
        },
        {
            "start": 856545849,
            "stop": 856561165
        },
        {
            "start": 856561168,
            "stop": 856571511
        },
        {
            "start": 856576042,
            "stop": 856623210
        },
        {
            "start": 856623213,
            "stop": 856627245
        },
        {
            "start": 856654948,
            "stop": 856698645
        },
        {
            "start": 856699772,
            "stop": 856716719
        },
        {
            "start": 856716722,
            "stop": 856716724
        },
        {
            "start": 856716729,
            "stop": 856716744
        },
        {
            "start": 856716747,
            "stop": 856720912
        },
        {
            "start": 856720915,
            "stop": 856720924
        },
        {
            "start": 856721141,
            "stop": 856724625
        },
        {
            "start": 856724871,
            "stop": 856725856
        },
        {
            "start": 856727131,
            "stop": 856727505
        },
        {
            "start": 856727592,
            "stop": 856728140
        },
        {
            "start": 856728381,
            "stop": 856728400
        },
        {
            "start": 856728450,
            "stop": 856728791
        }
    ]
}