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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=336",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 337,
    "results": [
        {
            "start": 862163126,
            "stop": 862163190
        },
        {
            "start": 862163336,
            "stop": 862164819
        },
        {
            "start": 862165119,
            "stop": 862165238
        },
        {
            "start": 862165348,
            "stop": 862165688
        },
        {
            "start": 862165988,
            "stop": 862167817
        },
        {
            "start": 862168790,
            "stop": 862169388
        },
        {
            "start": 862169688,
            "stop": 862169709
        },
        {
            "start": 862169728,
            "stop": 862173204
        },
        {
            "start": 862173226,
            "stop": 862173277
        },
        {
            "start": 862173298,
            "stop": 862173662
        },
        {
            "start": 862173691,
            "stop": 862176751
        },
        {
            "start": 862177971,
            "stop": 862179154
        },
        {
            "start": 862180272,
            "stop": 862187307
        },
        {
            "start": 862187417,
            "stop": 862187638
        },
        {
            "start": 862188193,
            "stop": 862189830
        },
        {
            "start": 862189950,
            "stop": 862191630
        },
        {
            "start": 862191690,
            "stop": 862195734
        },
        {
            "start": 862195756,
            "stop": 862201972
        },
        {
            "start": 862201989,
            "stop": 862202076
        },
        {
            "start": 862202093,
            "stop": 862202123
        }
    ]
}