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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3567",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3565",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3566,
    "results": [
        {
            "start": 871718441,
            "stop": 871718503
        },
        {
            "start": 871718520,
            "stop": 871718526
        },
        {
            "start": 871718543,
            "stop": 871718544
        },
        {
            "start": 871718561,
            "stop": 871718590
        },
        {
            "start": 871718607,
            "stop": 871718673
        },
        {
            "start": 871718690,
            "stop": 871718880
        },
        {
            "start": 871719180,
            "stop": 871719234
        },
        {
            "start": 871719251,
            "stop": 871719303
        },
        {
            "start": 871719320,
            "stop": 871719334
        },
        {
            "start": 871719351,
            "stop": 871719353
        },
        {
            "start": 871719436,
            "stop": 871719440
        },
        {
            "start": 871719457,
            "stop": 871719458
        },
        {
            "start": 871719490,
            "stop": 871719540
        },
        {
            "start": 871719559,
            "stop": 871719698
        },
        {
            "start": 871719730,
            "stop": 871719753
        },
        {
            "start": 871719770,
            "stop": 871719843
        },
        {
            "start": 871719860,
            "stop": 871719911
        },
        {
            "start": 871719928,
            "stop": 871719935
        },
        {
            "start": 871719954,
            "stop": 871719956
        },
        {
            "start": 871719973,
            "stop": 871720131
        }
    ]
}