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=439
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=440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=438",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 439,
    "results": [
        {
            "start": 821774488,
            "stop": 821774504
        },
        {
            "start": 821774507,
            "stop": 821774521
        },
        {
            "start": 821774527,
            "stop": 821774529
        },
        {
            "start": 821774538,
            "stop": 821774539
        },
        {
            "start": 821774547,
            "stop": 821774549
        },
        {
            "start": 821774552,
            "stop": 821774561
        },
        {
            "start": 821774574,
            "stop": 821774579
        },
        {
            "start": 821774587,
            "stop": 821774588
        },
        {
            "start": 821774594,
            "stop": 821774595
        },
        {
            "start": 821774600,
            "stop": 821774602
        },
        {
            "start": 821774605,
            "stop": 821774606
        },
        {
            "start": 821774609,
            "stop": 821774610
        },
        {
            "start": 821774613,
            "stop": 821774617
        },
        {
            "start": 821774620,
            "stop": 821774625
        },
        {
            "start": 821774628,
            "stop": 821774631
        },
        {
            "start": 821774634,
            "stop": 821774637
        },
        {
            "start": 821774642,
            "stop": 821774647
        },
        {
            "start": 821774650,
            "stop": 821774651
        },
        {
            "start": 821774654,
            "stop": 821774666
        },
        {
            "start": 821774669,
            "stop": 821774671
        }
    ]
}