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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=159",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 160,
    "results": [
        {
            "start": 818745283,
            "stop": 818745304
        },
        {
            "start": 818745327,
            "stop": 818745334
        },
        {
            "start": 818745344,
            "stop": 818745346
        },
        {
            "start": 818745373,
            "stop": 818745391
        },
        {
            "start": 818745399,
            "stop": 818745419
        },
        {
            "start": 818745427,
            "stop": 818745473
        },
        {
            "start": 818745483,
            "stop": 818745527
        },
        {
            "start": 818745540,
            "stop": 818745563
        },
        {
            "start": 818745571,
            "stop": 818745583
        },
        {
            "start": 818745605,
            "stop": 818745628
        },
        {
            "start": 818745636,
            "stop": 818745642
        },
        {
            "start": 818745918,
            "stop": 818745922
        },
        {
            "start": 818745938,
            "stop": 818745941
        },
        {
            "start": 818745953,
            "stop": 818745956
        },
        {
            "start": 818745964,
            "stop": 818745973
        },
        {
            "start": 818746117,
            "stop": 818746121
        },
        {
            "start": 818746144,
            "stop": 818746145
        },
        {
            "start": 818746155,
            "stop": 818746156
        },
        {
            "start": 818746247,
            "stop": 818746248
        },
        {
            "start": 818746261,
            "stop": 818746262
        }
    ]
}