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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=321",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 322,
    "results": [
        {
            "start": 938011265,
            "stop": 938011270
        },
        {
            "start": 938012306,
            "stop": 938012311
        },
        {
            "start": 938012313,
            "stop": 938012320
        },
        {
            "start": 938012322,
            "stop": 938012327
        },
        {
            "start": 938012329,
            "stop": 938012333
        },
        {
            "start": 938012334,
            "stop": 938012342
        },
        {
            "start": 938012343,
            "stop": 938012352
        },
        {
            "start": 938012354,
            "stop": 938012359
        },
        {
            "start": 938012360,
            "stop": 938012365
        },
        {
            "start": 938012367,
            "stop": 938012369
        },
        {
            "start": 938012372,
            "stop": 938012376
        },
        {
            "start": 938012378,
            "stop": 938012387
        },
        {
            "start": 938012389,
            "stop": 938012393
        },
        {
            "start": 938012395,
            "stop": 938012403
        },
        {
            "start": 938012405,
            "stop": 938012415
        },
        {
            "start": 938012417,
            "stop": 938012419
        },
        {
            "start": 938012421,
            "stop": 938012426
        },
        {
            "start": 938012428,
            "stop": 938012433
        },
        {
            "start": 938012435,
            "stop": 938016943
        },
        {
            "start": 938021663,
            "stop": 938024130
        }
    ]
}