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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=52",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 53,
    "results": [
        {
            "start": 1126408217,
            "stop": 1126408450
        },
        {
            "start": 1126408451,
            "stop": 1126408454
        },
        {
            "start": 1126408456,
            "stop": 1126408527
        },
        {
            "start": 1126408528,
            "stop": 1126408598
        },
        {
            "start": 1126408599,
            "stop": 1126408780
        },
        {
            "start": 1126408781,
            "stop": 1126409077
        },
        {
            "start": 1126409078,
            "stop": 1126409428
        },
        {
            "start": 1126409429,
            "stop": 1126409752
        },
        {
            "start": 1126409753,
            "stop": 1126410112
        },
        {
            "start": 1126410113,
            "stop": 1126410476
        },
        {
            "start": 1126410477,
            "stop": 1126410828
        },
        {
            "start": 1126410829,
            "stop": 1126411135
        },
        {
            "start": 1126411137,
            "stop": 1126411469
        },
        {
            "start": 1126411470,
            "stop": 1126411514
        },
        {
            "start": 1126411515,
            "stop": 1126411747
        },
        {
            "start": 1126411748,
            "stop": 1126412057
        },
        {
            "start": 1126412058,
            "stop": 1126412353
        },
        {
            "start": 1126412355,
            "stop": 1126412547
        },
        {
            "start": 1126412549,
            "stop": 1126412655
        },
        {
            "start": 1126412656,
            "stop": 1126412937
        }
    ]
}