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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=50",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 51,
    "results": [
        {
            "start": 1371617843,
            "stop": 1371621717
        },
        {
            "start": 1371621722,
            "stop": 1371630029
        },
        {
            "start": 1371630034,
            "stop": 1371631517
        },
        {
            "start": 1371631522,
            "stop": 1371641441
        },
        {
            "start": 1371641446,
            "stop": 1371645496
        },
        {
            "start": 1371645501,
            "stop": 1371652876
        },
        {
            "start": 1371652881,
            "stop": 1371661306
        },
        {
            "start": 1371661311,
            "stop": 1371662239
        },
        {
            "start": 1371662243,
            "stop": 1371670564
        },
        {
            "start": 1371670569,
            "stop": 1371672478
        },
        {
            "start": 1371672481,
            "stop": 1371677596
        },
        {
            "start": 1371677601,
            "stop": 1371679015
        },
        {
            "start": 1371679020,
            "stop": 1371681204
        },
        {
            "start": 1371681209,
            "stop": 1371681530
        },
        {
            "start": 1371681535,
            "stop": 1371682951
        },
        {
            "start": 1371682956,
            "stop": 1371683736
        },
        {
            "start": 1371700173,
            "stop": 1371702358
        },
        {
            "start": 1371702362,
            "stop": 1371703634
        },
        {
            "start": 1371703639,
            "stop": 1371708354
        },
        {
            "start": 1371708359,
            "stop": 1371709903
        }
    ]
}