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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1787",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1785",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1786,
    "results": [
        {
            "start": 1249592878,
            "stop": 1249593043
        },
        {
            "start": 1249593044,
            "stop": 1249594561
        },
        {
            "start": 1249594564,
            "stop": 1249594819
        },
        {
            "start": 1249594822,
            "stop": 1249595041
        },
        {
            "start": 1249595049,
            "stop": 1249595783
        },
        {
            "start": 1249595786,
            "stop": 1249595826
        },
        {
            "start": 1249595829,
            "stop": 1249596685
        },
        {
            "start": 1249596688,
            "stop": 1249600250
        },
        {
            "start": 1249600252,
            "stop": 1249600348
        },
        {
            "start": 1249600350,
            "stop": 1249601646
        },
        {
            "start": 1249601649,
            "stop": 1249601783
        },
        {
            "start": 1249601786,
            "stop": 1249602674
        },
        {
            "start": 1249602677,
            "stop": 1249603457
        },
        {
            "start": 1249603460,
            "stop": 1249605795
        },
        {
            "start": 1249605798,
            "stop": 1249606242
        },
        {
            "start": 1249606244,
            "stop": 1249606506
        },
        {
            "start": 1249606509,
            "stop": 1249609196
        },
        {
            "start": 1249609199,
            "stop": 1249609962
        },
        {
            "start": 1249609963,
            "stop": 1249610945
        },
        {
            "start": 1249610948,
            "stop": 1249611393
        }
    ]
}