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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=112",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 113,
    "results": [
        {
            "start": 819901449,
            "stop": 819901751
        },
        {
            "start": 819902363,
            "stop": 819905880
        },
        {
            "start": 819905888,
            "stop": 819907610
        },
        {
            "start": 819907690,
            "stop": 819909124
        },
        {
            "start": 819909314,
            "stop": 819910773
        },
        {
            "start": 819910780,
            "stop": 819911290
        },
        {
            "start": 819911297,
            "stop": 819911894
        },
        {
            "start": 819911901,
            "stop": 819911902
        },
        {
            "start": 819911909,
            "stop": 819912410
        },
        {
            "start": 819912490,
            "stop": 819913130
        },
        {
            "start": 819913210,
            "stop": 819913629
        },
        {
            "start": 819913759,
            "stop": 819914432
        },
        {
            "start": 819914439,
            "stop": 819914473
        },
        {
            "start": 819914710,
            "stop": 819915318
        },
        {
            "start": 819915325,
            "stop": 819916010
        },
        {
            "start": 819916150,
            "stop": 819916213
        },
        {
            "start": 819916431,
            "stop": 819917223
        },
        {
            "start": 819917230,
            "stop": 819918420
        },
        {
            "start": 819918550,
            "stop": 819918950
        },
        {
            "start": 819919030,
            "stop": 819920570
        }
    ]
}