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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=999",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=997",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 998,
    "results": [
        {
            "start": 1135044555,
            "stop": 1135044633
        },
        {
            "start": 1135044636,
            "stop": 1135044646
        },
        {
            "start": 1135044649,
            "stop": 1135044663
        },
        {
            "start": 1135044666,
            "stop": 1135044668
        },
        {
            "start": 1135044671,
            "stop": 1135044692
        },
        {
            "start": 1135044695,
            "stop": 1135044705
        },
        {
            "start": 1135044708,
            "stop": 1135044730
        },
        {
            "start": 1135044733,
            "stop": 1135044751
        },
        {
            "start": 1135044754,
            "stop": 1135044771
        },
        {
            "start": 1135044774,
            "stop": 1135044785
        },
        {
            "start": 1135044788,
            "stop": 1135044812
        },
        {
            "start": 1135044815,
            "stop": 1135044840
        },
        {
            "start": 1135044843,
            "stop": 1135044941
        },
        {
            "start": 1135044944,
            "stop": 1135044993
        },
        {
            "start": 1135044996,
            "stop": 1135045143
        },
        {
            "start": 1135045146,
            "stop": 1135045258
        },
        {
            "start": 1135045261,
            "stop": 1135045348
        },
        {
            "start": 1135045351,
            "stop": 1135045423
        },
        {
            "start": 1135045426,
            "stop": 1135045496
        },
        {
            "start": 1135045499,
            "stop": 1135045567
        }
    ]
}