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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=189",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 190,
    "results": [
        {
            "start": 820245095,
            "stop": 820245129
        },
        {
            "start": 820245142,
            "stop": 820245186
        },
        {
            "start": 820245193,
            "stop": 820245315
        },
        {
            "start": 820245322,
            "stop": 820245525
        },
        {
            "start": 820245533,
            "stop": 820245566
        },
        {
            "start": 820245573,
            "stop": 820245891
        },
        {
            "start": 820245898,
            "stop": 820245981
        },
        {
            "start": 820245988,
            "stop": 820246089
        },
        {
            "start": 820246097,
            "stop": 820246130
        },
        {
            "start": 820246137,
            "stop": 820246380
        },
        {
            "start": 820246500,
            "stop": 820246572
        },
        {
            "start": 820246585,
            "stop": 820246709
        },
        {
            "start": 820246722,
            "stop": 820247076
        },
        {
            "start": 820247084,
            "stop": 820247268
        },
        {
            "start": 820247288,
            "stop": 820247616
        },
        {
            "start": 820247623,
            "stop": 820247864
        },
        {
            "start": 820247871,
            "stop": 820248063
        },
        {
            "start": 820248070,
            "stop": 820248431
        },
        {
            "start": 820248438,
            "stop": 820248641
        },
        {
            "start": 820248655,
            "stop": 820249797
        }
    ]
}