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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29390",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29388",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29389,
    "results": [
        {
            "start": 971402091,
            "stop": 971402095
        },
        {
            "start": 971402096,
            "stop": 971402102
        },
        {
            "start": 971402104,
            "stop": 971402137
        },
        {
            "start": 971402138,
            "stop": 971402147
        },
        {
            "start": 971402149,
            "stop": 971402153
        },
        {
            "start": 971402156,
            "stop": 971402157
        },
        {
            "start": 971402158,
            "stop": 971402192
        },
        {
            "start": 971402194,
            "stop": 971402215
        },
        {
            "start": 971402217,
            "stop": 971402223
        },
        {
            "start": 971402224,
            "stop": 971402229
        },
        {
            "start": 971402231,
            "stop": 971402232
        },
        {
            "start": 971402235,
            "stop": 971402251
        },
        {
            "start": 971402256,
            "stop": 971402257
        },
        {
            "start": 971402258,
            "stop": 971402262
        },
        {
            "start": 971402263,
            "stop": 971402270
        },
        {
            "start": 971402272,
            "stop": 971402275
        },
        {
            "start": 971402278,
            "stop": 971402280
        },
        {
            "start": 971402281,
            "stop": 971402282
        },
        {
            "start": 971402288,
            "stop": 971402289
        },
        {
            "start": 971402293,
            "stop": 971402296
        }
    ]
}