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=428
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=429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=427",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 428,
    "results": [
        {
            "start": 821772250,
            "stop": 821772255
        },
        {
            "start": 821772264,
            "stop": 821772269
        },
        {
            "start": 821772272,
            "stop": 821772284
        },
        {
            "start": 821772288,
            "stop": 821772301
        },
        {
            "start": 821772304,
            "stop": 821772334
        },
        {
            "start": 821772337,
            "stop": 821772351
        },
        {
            "start": 821772354,
            "stop": 821772357
        },
        {
            "start": 821772362,
            "stop": 821772365
        },
        {
            "start": 821772368,
            "stop": 821772375
        },
        {
            "start": 821772380,
            "stop": 821772381
        },
        {
            "start": 821772384,
            "stop": 821772387
        },
        {
            "start": 821772390,
            "stop": 821772391
        },
        {
            "start": 821772397,
            "stop": 821772398
        },
        {
            "start": 821772401,
            "stop": 821772408
        },
        {
            "start": 821772411,
            "stop": 821772412
        },
        {
            "start": 821772421,
            "stop": 821772425
        },
        {
            "start": 821772446,
            "stop": 821772449
        },
        {
            "start": 821772454,
            "stop": 821772457
        },
        {
            "start": 821772463,
            "stop": 821772467
        },
        {
            "start": 821772471,
            "stop": 821772490
        }
    ]
}