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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=359",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 360,
    "results": [
        {
            "start": 821757892,
            "stop": 821757899
        },
        {
            "start": 821757903,
            "stop": 821757906
        },
        {
            "start": 821757923,
            "stop": 821757924
        },
        {
            "start": 821757928,
            "stop": 821757938
        },
        {
            "start": 821757941,
            "stop": 821757945
        },
        {
            "start": 821757952,
            "stop": 821757953
        },
        {
            "start": 821757959,
            "stop": 821757963
        },
        {
            "start": 821757967,
            "stop": 821757969
        },
        {
            "start": 821757975,
            "stop": 821757986
        },
        {
            "start": 821757989,
            "stop": 821757991
        },
        {
            "start": 821757994,
            "stop": 821758001
        },
        {
            "start": 821758004,
            "stop": 821758008
        },
        {
            "start": 821758011,
            "stop": 821758022
        },
        {
            "start": 821758025,
            "stop": 821758029
        },
        {
            "start": 821758032,
            "stop": 821758035
        },
        {
            "start": 821758040,
            "stop": 821758046
        },
        {
            "start": 821758049,
            "stop": 821758061
        },
        {
            "start": 821758064,
            "stop": 821758068
        },
        {
            "start": 821758071,
            "stop": 821758073
        },
        {
            "start": 821758076,
            "stop": 821758077
        }
    ]
}