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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=223",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 224,
    "results": [
        {
            "start": 846117920,
            "stop": 846117922
        },
        {
            "start": 846119184,
            "stop": 846119413
        },
        {
            "start": 846119420,
            "stop": 846119421
        },
        {
            "start": 846119941,
            "stop": 846123374
        },
        {
            "start": 846124923,
            "stop": 846124971
        },
        {
            "start": 846125613,
            "stop": 846125713
        },
        {
            "start": 846127916,
            "stop": 846140967
        },
        {
            "start": 846141086,
            "stop": 846142122
        },
        {
            "start": 846144067,
            "stop": 846168613
        },
        {
            "start": 846168657,
            "stop": 846168659
        },
        {
            "start": 846168832,
            "stop": 846171239
        },
        {
            "start": 846172303,
            "stop": 846175213
        },
        {
            "start": 846175238,
            "stop": 846175239
        },
        {
            "start": 846176774,
            "stop": 846230533
        },
        {
            "start": 846230575,
            "stop": 846230576
        },
        {
            "start": 846231168,
            "stop": 846238333
        },
        {
            "start": 846238347,
            "stop": 846238348
        },
        {
            "start": 846239653,
            "stop": 846250093
        },
        {
            "start": 846266465,
            "stop": 846271090
        },
        {
            "start": 846272550,
            "stop": 846274004
        }
    ]
}