Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2126
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2125",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2126,
    "results": [
        {
            "start": 866557355,
            "stop": 866557370
        },
        {
            "start": 866557375,
            "stop": 866557377
        },
        {
            "start": 866557383,
            "stop": 866559820
        },
        {
            "start": 866560845,
            "stop": 866563435
        },
        {
            "start": 866563440,
            "stop": 866563472
        },
        {
            "start": 866563478,
            "stop": 866563507
        },
        {
            "start": 866563513,
            "stop": 866563532
        },
        {
            "start": 866563538,
            "stop": 866565507
        },
        {
            "start": 866565518,
            "stop": 866565530
        },
        {
            "start": 866565535,
            "stop": 866567579
        },
        {
            "start": 866567689,
            "stop": 866568774
        },
        {
            "start": 866569074,
            "stop": 866569530
        },
        {
            "start": 866569976,
            "stop": 866571131
        },
        {
            "start": 866571757,
            "stop": 866571794
        },
        {
            "start": 866572113,
            "stop": 866573927
        },
        {
            "start": 866573933,
            "stop": 866574385
        },
        {
            "start": 866574395,
            "stop": 866574397
        },
        {
            "start": 866574403,
            "stop": 866574407
        },
        {
            "start": 866574413,
            "stop": 866574480
        },
        {
            "start": 866574485,
            "stop": 866575607
        }
    ]
}