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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1351",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1349",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1350,
    "results": [
        {
            "start": 965309226,
            "stop": 965312953
        },
        {
            "start": 965312954,
            "stop": 965313309
        },
        {
            "start": 965313310,
            "stop": 965314091
        },
        {
            "start": 965314093,
            "stop": 965323401
        },
        {
            "start": 965325262,
            "stop": 965328218
        },
        {
            "start": 965328219,
            "stop": 965328579
        },
        {
            "start": 965328580,
            "stop": 965342096
        },
        {
            "start": 965342483,
            "stop": 965343720
        },
        {
            "start": 965343721,
            "stop": 965359907
        },
        {
            "start": 965359909,
            "stop": 965362532
        },
        {
            "start": 965362533,
            "stop": 965371451
        },
        {
            "start": 965371906,
            "stop": 965371947
        },
        {
            "start": 965374122,
            "stop": 965375076
        },
        {
            "start": 965375077,
            "stop": 965376639
        },
        {
            "start": 965376640,
            "stop": 965380289
        },
        {
            "start": 965380290,
            "stop": 965385855
        },
        {
            "start": 965385856,
            "stop": 965387338
        },
        {
            "start": 965389532,
            "stop": 965391492
        },
        {
            "start": 965391493,
            "stop": 965392037
        },
        {
            "start": 965393078,
            "stop": 965397341
        }
    ]
}