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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=192",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 193,
    "results": [
        {
            "start": 821663601,
            "stop": 821663654
        },
        {
            "start": 821663657,
            "stop": 821663663
        },
        {
            "start": 821663666,
            "stop": 821663667
        },
        {
            "start": 821663670,
            "stop": 821663674
        },
        {
            "start": 821663677,
            "stop": 821663698
        },
        {
            "start": 821663701,
            "stop": 821663702
        },
        {
            "start": 821663706,
            "stop": 821663714
        },
        {
            "start": 821663717,
            "stop": 821663797
        },
        {
            "start": 821663800,
            "stop": 821663843
        },
        {
            "start": 821663846,
            "stop": 821663852
        },
        {
            "start": 821663855,
            "stop": 821663863
        },
        {
            "start": 821663871,
            "stop": 821663885
        },
        {
            "start": 821663888,
            "stop": 821663911
        },
        {
            "start": 821663914,
            "stop": 821663916
        },
        {
            "start": 821663920,
            "stop": 821663921
        },
        {
            "start": 821663924,
            "stop": 821663933
        },
        {
            "start": 821663948,
            "stop": 821663965
        },
        {
            "start": 821663971,
            "stop": 821663973
        },
        {
            "start": 821663976,
            "stop": 821663982
        },
        {
            "start": 821663985,
            "stop": 821663996
        }
    ]
}