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_CBCHIGH_CAT2/segments?format=api&page=1888
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=1889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1887",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1888,
    "results": [
        {
            "start": 846403515,
            "stop": 846409352
        },
        {
            "start": 846409773,
            "stop": 846421098
        },
        {
            "start": 846421101,
            "stop": 846424290
        },
        {
            "start": 846424298,
            "stop": 846434745
        },
        {
            "start": 846434750,
            "stop": 846434762
        },
        {
            "start": 846434768,
            "stop": 846434772
        },
        {
            "start": 846434778,
            "stop": 846435820
        },
        {
            "start": 846435969,
            "stop": 846436772
        },
        {
            "start": 846436780,
            "stop": 846436781
        },
        {
            "start": 846436782,
            "stop": 846436810
        },
        {
            "start": 846436815,
            "stop": 846438565
        },
        {
            "start": 846438568,
            "stop": 846440191
        },
        {
            "start": 846440272,
            "stop": 846441846
        },
        {
            "start": 846441956,
            "stop": 846442497
        },
        {
            "start": 846442503,
            "stop": 846442655
        },
        {
            "start": 846442660,
            "stop": 846442680
        },
        {
            "start": 846442690,
            "stop": 846442705
        },
        {
            "start": 846442713,
            "stop": 846443949
        },
        {
            "start": 846444402,
            "stop": 846446533
        },
        {
            "start": 846446833,
            "stop": 846449572
        }
    ]
}