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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=46",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 47,
    "results": [
        {
            "start": 817228720,
            "stop": 817228729
        },
        {
            "start": 817228736,
            "stop": 817229068
        },
        {
            "start": 817229079,
            "stop": 817229570
        },
        {
            "start": 817229710,
            "stop": 817229800
        },
        {
            "start": 817229808,
            "stop": 817231070
        },
        {
            "start": 817231150,
            "stop": 817231255
        },
        {
            "start": 817231262,
            "stop": 817231524
        },
        {
            "start": 817231531,
            "stop": 817231829
        },
        {
            "start": 817231836,
            "stop": 817231993
        },
        {
            "start": 817236172,
            "stop": 817236801
        },
        {
            "start": 817236943,
            "stop": 817236975
        },
        {
            "start": 817238778,
            "stop": 817238847
        },
        {
            "start": 817238854,
            "stop": 817238892
        },
        {
            "start": 817239402,
            "stop": 817239650
        },
        {
            "start": 817239730,
            "stop": 817239954
        },
        {
            "start": 817239961,
            "stop": 817240436
        },
        {
            "start": 817240443,
            "stop": 817240532
        },
        {
            "start": 817240544,
            "stop": 817240750
        },
        {
            "start": 817240757,
            "stop": 817240853
        },
        {
            "start": 817240860,
            "stop": 817241042
        }
    ]
}