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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=299",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 300,
    "results": [
        {
            "start": 821805120,
            "stop": 821805133
        },
        {
            "start": 821805140,
            "stop": 821805141
        },
        {
            "start": 821820062,
            "stop": 821820589
        },
        {
            "start": 821820602,
            "stop": 821820733
        },
        {
            "start": 821821980,
            "stop": 821822040
        },
        {
            "start": 821822100,
            "stop": 821822160
        },
        {
            "start": 821822400,
            "stop": 821822413
        },
        {
            "start": 821822423,
            "stop": 821822425
        },
        {
            "start": 821824292,
            "stop": 821824310
        },
        {
            "start": 821824440,
            "stop": 821824545
        },
        {
            "start": 821824552,
            "stop": 821824560
        },
        {
            "start": 821824740,
            "stop": 821824753
        },
        {
            "start": 821825563,
            "stop": 821825640
        },
        {
            "start": 821825760,
            "stop": 821825880
        },
        {
            "start": 821826000,
            "stop": 821826060
        },
        {
            "start": 821826360,
            "stop": 821826540
        },
        {
            "start": 821826600,
            "stop": 821826613
        },
        {
            "start": 821827606,
            "stop": 821827680
        },
        {
            "start": 821827740,
            "stop": 821828040
        },
        {
            "start": 821828280,
            "stop": 821828580
        }
    ]
}