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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=333",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 334,
    "results": [
        {
            "start": 938798385,
            "stop": 938798986
        },
        {
            "start": 938798989,
            "stop": 938799290
        },
        {
            "start": 938799293,
            "stop": 938799548
        },
        {
            "start": 938799552,
            "stop": 938799599
        },
        {
            "start": 938799603,
            "stop": 938799667
        },
        {
            "start": 938799670,
            "stop": 938799979
        },
        {
            "start": 938799983,
            "stop": 938800632
        },
        {
            "start": 938800635,
            "stop": 938800655
        },
        {
            "start": 938800658,
            "stop": 938801992
        },
        {
            "start": 938801995,
            "stop": 938802099
        },
        {
            "start": 938802117,
            "stop": 938802164
        },
        {
            "start": 938802167,
            "stop": 938802300
        },
        {
            "start": 938802303,
            "stop": 938802990
        },
        {
            "start": 938804704,
            "stop": 938805584
        },
        {
            "start": 938807495,
            "stop": 938807875
        },
        {
            "start": 938807878,
            "stop": 938807900
        },
        {
            "start": 938807903,
            "stop": 938809085
        },
        {
            "start": 938809088,
            "stop": 938809113
        },
        {
            "start": 938809116,
            "stop": 938809218
        },
        {
            "start": 938809221,
            "stop": 938809237
        }
    ]
}